fW.Daycent2(SoilR)
fW.Daycent2()所属R语言包:SoilR
#Effects of moisture on decomposition rates according to the DAYCENT model
#水分对分解率的影响的DAYCENT模型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculates the effects of volumetric water content on decomposition rates according to the Daycent/Century models.
计算根据到的Daycent /世纪模式的体积含水量分解率的影响。
用法----------Usage----------
fW.Daycent2(W, WP = 0, FC = 100)
参数----------Arguments----------
参数:W
A scalar or vector of volumetric water content in percentage.
一个标量或矢量的体积含水量的百分比。
参数:WP
A scalar representing the wilting point in percentage.
标量代表萎蔫点的百分比。
参数:FC
A scalar representing the field capacity in percentage.
一个标量,占田间持水量的百分比。
值----------Value----------
A data frame with values of relative water content (RWC) and the effects of RWC on decomposition rates (fRWC).
一个数据框值的相对含水量(RWC)和RWC分解率(fRWC)的影响。
(作者)----------Author(s)----------
Carlos A. Sierra <csierra@bgc-jena.mpg.de>, Markus Mueller <mamueller@bgc-jena.mpg.de>
参考文献----------References----------
实例----------Examples----------
W=10:90
fW=fW.Daycent2(W,WP=10,FC=90)
plot(fW,type="l",ylim=c(0,6)) #This plot reproduces Figure 1b, in del Grosso et al. (2005)[此图再现图1b,在德尔格罗索等。 (2005)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|