fetchNASIS(soilDB)
fetchNASIS()所属R语言包:soilDB
Fetch commonly used site/horizon data from a PedonPC database.
取常用网站/地平线的数据从一个PedonPC的数据库。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Fetch commonly used site/horizon data from a PedonPC or local NASIS database, return as a SoilProfileCollection object.
取常用网站/视野从PedonPC或当地大受纳粹分子欢迎数据库的数据,返回作为一个SoilProfileCollection对象。
用法----------Usage----------
fetchNASIS()
fetchNASIS_component_data()
getHzErrorsNASIS(test.NA=FALSE, strict=TRUE)
参数----------Arguments----------
参数:test.NA
should missing lower boundaries result in an error? (FALSE)
应该缺少的下边界会导致错误? (FALSE)
参数:strict
should horizonation by strictly enforced? (TRUE)
horizonation严格执行呢? (TRUE)
Details
详细信息----------Details----------
This function currently works only on Windows, and requires a 'nasis_local' ODBC connection.
此功能目前仅适用于Windows,需要一个“nasis_local的”ODBC连接。
值----------Value----------
a SoilProfileCollection class object
SoilProfileCollection类对象
注意----------Note----------
This fuction attempts to do most of the boilerplate work when extracting site/horizon data from a local NASIS database. Pedons that have errors in their horizonation are excluded from the returned object, however, their IDs are printed on the console. See getHzErrorsNASIS for a simple approach to identifying pedons with problematic horizonation.
此机能的尝试做的样板工作大受纳粹分子欢迎本地数据库当网站/地平线提取数据时。的长方形返回的对象被排除在他们的horizonation有错误的,但是,他们的ID在控制台上打印。见getHzErrorsNASIS到确定问题的horizonation的研究区域与一个简单的方法。
(作者)----------Author(s)----------
D. E. Beaudette and J. M. Skovlin
参见----------See Also----------
get_hz_data_from_pedon_db
get_hz_data_from_pedon_db
实例----------Examples----------
## Not run: [#不运行:]
# query depends on some pedon data, queried against the national database[查询依赖于一些土元数据,对国家数据库查询]
# note that you must setup this connection ahead of time[请注意,您必须提前设置这个连接]
# see inst/doc/setup_ODBC_local_NASIS.pdf[安装/ DOC / setup_ODBC_local_NASIS.pdf的]
f <- fetchNASIS()
# plot only those profiles with densic contact[绘制这些配置文件densic接触]
plot(f[which(f$densic.contact), ], name='hzname')
# get basic component data from local NASIS, after performing a [后执行的基本组成部分数据从本地大受纳粹分子欢迎,]
# DMU-* query against the national database[DMU-*国家数据库查询]
fc <- fetchNASIS_component_data()
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|