env1 | R Documentation |
Example Data: Bioclimatic data for the Americas and surrounding areas
data(env1)
An data frame with 14095 rows and 21 variables:
longitude
latittude
any continious enviromental variable
any continious enviromental variable
library(humboldt)
##load environmental variables for all sites of the study area 1 (env1). Column names should be x,y,X1,X2,...,Xn)
data(env1)
## load environmental variables for all sites of the study area 2 (env2). Column names should be x,y,X1,X2,...,Xn)
data(env2)
## remove NAs and make sure all variables are imported as numbers
env1<-humboldt.scrub.env(env1)
env2<-humboldt.scrub.env(env2)
##load occurrence sites for the species at study area 1 (env1). Column names should be sp,x,y
data(sp1)
occ.sp1<-sp1
##load occurrence sites for the species at study area 2 (env2). Column names should be sp,x,y
data(sp2)
occ.sp2<-sp2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.