LIMbarents(ToxLim)
LIMbarents()所属R语言包:ToxLim
Linear Inverse Model Input For the Barents Sea
线性逆模型的输入为巴伦支海(Barents Sea)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Linear inverse model specification for the Southern Barents Sea
南巴伦支海(Barents Sea)的线性逆模型规范
Food web compartments for the area are dissolved organic carbon (DOC), detritus, bacteria, heterotrophic flagellates and ciliates, phytoplankton (pico- and nanoplankton, diatoms and Phaeocystis sp.), mesozooplankton (copepods), macrozooplankton (krill and chaetognaths), cod (Gadus morhua), herring (Clupea harengus) and capelin (Mallotus villosus). Adult cod (> 3 yrs) and young cod (< 3 yrs) were considered as two different populations.
食物网舱室的面积被溶解有机碳(DOC),碎屑,细菌,异养鞭毛虫和纤毛虫,浮游植物(微微和nanoplankton,硅藻和棕囊藻。),浮游动物(桡足类),macrozooplankton(磷虾和毛颚类),鳕鱼(大西洋鳕morhua),鲱鱼(大西洋鲱)和毛鳞(粗糠villosus)的。成人鳕鱼(> 3岁)和年轻的鳕鱼(<3岁)被认为是两个不同的群体。
用法----------Usage----------
LIMbarents
格式----------Format----------
a list of matrices, vectors, names and values that specify the linear inverse model problem.
的列表,矩阵,向量,名称和值指定线性逆模型的问题。
see the return value of Setup for more information about this list
看到返回值的Setup关于此列表的更多信息,
A more complete description of this structures is in vignette("LIM") from package LIM
在此结构的更完整的描述是在暗角(“LIM”)从软件包LIM
注意----------Note----------
An application of LIMbarents with LimOmega can be found in De Laender et al. (2010).
一个应用程序的LIMbarents与LimOmega可以发现在De联邦各州等。 (2010年)。
(作者)----------Author(s)----------
Frederik de Laender <frederik.delaender@ugent.be>
Karline Soetaert <k.soetaert@nioo.knaw.nl>
参考文献----------References----------
De Laender, F., Van Oevelen, D., Middelburg, J.J. and Soetaert, K., 2010. Carbon transfer in herbivore- and microbial loop-dominated pelagic food webs in the southern Barents Sea during spring and summer. Marine Ecology Progress Series 398: 93 – 107.
De Laender, F., Van Oevelen, D., Frantzen, S., Middelburg, J.J. and Soetaert, K. Seasonal PCB Bioaccumulation in an Arctic Marine Ecosystem: A Model Analysis Incorporating Lipid Dynamics, Food-Web Productivity and Migration. Environ. Sci. Technol. 2010, 44, 356 – 361.
参见----------See Also----------
LIMlake, LIMlakeFish
LIMlake,LIMlakeFish
实例----------Examples----------
plotweb(Flowmatrix(LIMbarents),main="Barents Sea Food Web",
sub="gC/m2/day")
pm <- par(mfrow=c(1,2))
# ranges of flows[流量范围]
Plotranges(LIMbarents,lab.cex=0.7,xlab="gC/m2/d",
main="Flows")
# ranges of variables[变量的范围]
Plotranges(LIMbarents,type="V",lab.cex=0.7,xlab="gC/m2/d",
main="variables")
mtext(outer=TRUE,"Southern Barents Sea food web",side=3,line=-1,cex=1.5)
par(mfrow=pm)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|