env1: Example Data: Bioclimatic data for the Americas and...

env1R Documentation

Example Data: Bioclimatic data for the Americas and surrounding areas

Description

Example Data: Bioclimatic data for the Americas and surrounding areas

Usage

data(env1)

Format

An data frame with 14095 rows and 21 variables:

x

longitude

y

latittude

var1

any continious enviromental variable

var2

any continious enviromental variable

Examples


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

jasonleebrown/humboldt documentation built on Jan. 4, 2024, 7:46 a.m.