sardata(sharx)
sardata()所属R语言包:sharx
Data Sets for the Study of the Species-Area Relationship
数据集的种 - 面积关系的研究
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Data sets for the study of the species-srea relationship
数据集的物种SREA关系的研究
用法----------Usage----------
data(sardata)
格式----------Format----------
A list of two data frames, see Details.
两个数据框列表,请参阅详细信息。
Details
详细信息----------Details----------
The element sardata$islands is a data frame with variables:
元素sardata$islands是一个变量数据框:
study Factor, levels are the study identifiers.
study因子水平的研究标识符。
id Numeric, island identifiers according to the original references.
id数字,岛标识符根据原始文献。
S Numeric, number of species according to the original references.
S数字,根据原始文献的物种数。
A Numeric, area of the island in square kilometers, according to the original references.
A数字,面积平方公里的岛屿,根据原始文献。
The element sardata$studies is a data frame with variables:
元素sardata$studies是一个变量数据框:
study Factor, levels are the study identifiers.
study因子水平的研究标识符。
taxon.group Factor, taxonomic group.
taxon.group因素,分类群。
island.type Factor, island type.
island.type因子,海岛型。
latitude Numeric, midlle band of latitude for the sudy calculated as (min + max) / 2,
latitude数字,midlle的纬度带的sudy(最小值+最大值)/ 2计算,
extent Numeric, latitudinal extent of the study.
extent数字,纬度程度的研究。
location Character, location of the study.
location字符,研究地点。
参考文献----------References----------
实例----------Examples----------
## data structure[#数据结构]
data(sardata)
str(sardata$islands)
str(sardata$studies)
## references[#引用]
file.show(system.file(package = "sharx", "sardata.txt"))
file.show(system.file(package = "sharx", "sardata.bib"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|