tv.coverperc(vegdata)
tv.coverperc()所属R语言包:vegdata
Cover code translation
覆盖码翻译
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Translate cover code into percentage cover values for Turboveg database observations.
翻译成比例覆盖的值Turboveg数据库观察代码覆盖。
用法----------Usage----------
tv.coverperc(db, obs, RelScale, tv_home, tvscale, quiet = FALSE, ...)
参数----------Arguments----------
参数:db
the name of the Turboveg database
的Turboveg数据库的名称
参数:obs
dataframe of observations, containing Cover Codes, coded in tvscale.dbf of Turboveg installation
数据框的意见,包含覆盖码,编码Turboveg安装在tvscale.dbf
参数:RelScale
dataframe of CoverScale codes per releve, if empty it is read from the database
数据框每releve CoverScale代码,如果是空的,它是从数据库中读取
参数:tv_home
Path to Turboveg installation.
Turboveg安装的路径。
参数:tvscale
Cover scale.
覆盖规模。
参数:quiet
Suppress messages.
隐藏讯息。
参数:...
Further options.
进一步的选项。
值----------Value----------
参数:obs
data.frame of observations with additional column COVER_PERC
观测数据框的额外的列COVER_PERC
(作者)----------Author(s)----------
Florian Jansen
<a href="mailto:jansen@uni-greifswald.de">jansen@uni-greifswald.de</a>
实例----------Examples----------
## For examples see in vignette('vegdata').[#示例,请参阅小插曲(vegdata)。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|