| sardata | R Documentation |
Data sets for the study of the species-area relationship
data(sardata)
A list of two data frames, see Details.
The element sardata$islands is a data frame with variables:
studyFactor, levels are the study identifiers.
idNumeric, island identifiers according to the original references.
SNumeric, number of species according to the original references.
ANumeric, area of the island in square kilometres, according to the original references.
The element sardata$studies is a data frame with variables:
studyFactor, levels are the study identifiers.
taxon.groupFactor, taxonomic group.
island.typeFactor, island type.
latitudeNumeric, middle band of latitude for the study calculated as (min + max) / 2, where min is the latitude close to the Equator, max is the latitude close to the poles.
extentNumeric, latitudinal extent of the study.
locationCharacter, location of the study.
References are in the files sardata.txt and sardata.bib
in the sharx library of R, labelled by study identifiers.
See examples on how to recall the files from the console.
## 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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.