xyt.elk(wild1)
xyt.elk()所属R语言包:wild1
Locations of an elk
麋鹿的位置
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A sample data frame of UTM coordinates for an elk marked with a GPS collar at Wind Cave National Park, South Dakota.
UTM的样本数据框的坐标标有一个GPS项圈在风洞国家公园,南达科他州的麋鹿。
用法----------Usage----------
data(xyt.elk)
格式----------Format----------
A data frame with observations on the following variables:
下列变量的观测数据框:
ta vector of dates and times; see chron
t日期和时间的向量;看到chron
xa numeric vector
x一个数值向量
ya numeric vector
y一个数值向量
源----------Source----------
For demonstration use only. Not for biological interpretation.
示范使用。不适合生物诠释。
实例----------Examples----------
data(xyt.elk)
str(xyt.elk)
data(wica.bdy)
plot(wica.bdy,col="gray")
plot(xyt.elk[,c("x","y")],pch=21,col="salmon")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|