tv.obs(vegdata)
tv.obs()所属R语言包:vegdata
Dataframe of plot-species observations directly from Turboveg
数据框的直接图品种观察,从Turboveg
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Dataframe of plot-species observations directly from Turboveg.
直接从Turboveg的图物种的观测数据框。
用法----------Usage----------
tv.obs(db, tv_home, ...)
参数----------Arguments----------
参数:db
Name of your Turboveg database. This is the directory name containing tvabund.dbf, tvhabita.dbf and tvwin.set. Please include pathnames below but not above Turbowin/Data.
你的Turboveg的数据库的名称。这是目录名称中包含tvabund.dbf,tvhabita.dbf和tvwin.set。请以下但不超过Turbowin /数据包括路径名。
参数:tv_home
Turbowin installation path. If not specified function tv.home tries to discover.
Turbowin的安装路径。如果没有指定函数tv.home尝试去发现。
参数:...
additional arguments
额外的参数
值----------Value----------
Data.frame of species occurences in Turboveg format, that is every occurrence is a row with relev\'e number, species number, layer, cover code and optional additional species-plot information.
数据框的物种出现在Turboveg格式,即每发生一排,relev \E号,物种数,层,覆盖的代码和可选的的其他物种图信息。
(作者)----------Author(s)----------
Florian Jansen <a href="mailto:jansen@uni-greifswald.de">jansen@uni-greifswald.de</a>
参见----------See Also----------
tv.veg
tv.veg
实例----------Examples----------
## Not run: [#不运行:]
# Turboveg installation needed[Turboveg安装需要]
obs <- tv.obs('taxatest')
head(obs)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|