Description Usage Arguments Value Examples
Create dataset for ssf modeling
1 | ssf_sample(x, dat, ras, proj, basepath, nran)
|
x |
list of data.frames with Month, Year and Species columns |
dat |
dataframe of all data to subset |
ras |
stack of rasters to extract to points |
proj |
projection of point data |
basepath |
base location to RF rasters |
nran |
number of random points for each used |
Model ready DF
1 | system.time({ od<-lapply(d[1],ssf_sample, dat=df, ras=rasstack, proj=proj4string(rasstack), basepath='/home/puma/Desktop/DEERP/RF/', nran=5) })
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.