sp1: Example Data: Conium maculatum's native distribution

sp1R Documentation

Example Data: Conium maculatum's native distribution

Description

Example Data: Conium maculatum's native distribution

Usage

data(sp1)

Format

An data frame with 4975 rows and 3 variables:

sp

species name

x

longitude

y

latittude

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.