clim_data | R Documentation |
Obtains bioclimatic variables from the "WorldClim" dataset for the samples in a community data object, using geographical coordinates provided in the environmental table.
clim_data(com, x = "lon", y = "lat", k = 3, keep_data = T)
com |
a community data object. |
x |
name of the column in 'env' where the longitude coordinates are stored. |
y |
name of the column in 'env' where the latitude coordinates are stored. |
k |
the number of eigenvectors retained. |
keep_data |
logical, whether the downloaded bioclimatic database should be kept after extracting the data. |
Eigenvectors are obtained from a Principal Coordinates Analysis calculated from the bioclimatic data.
A list with community data.
clim_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.