View source: R/2.f.proj.prep.R
| set_projarea_b | R Documentation | 
This function is a wrapper for "cut_projarea". See ?cut_projarea It works with a named list of occ.polys to delimit the projection area for each of the species.
set_projarea_b(
  occ.polys,
  deg.incr = NULL,
  mult = 1,
  buffer = FALSE,
  same = TRUE
)
occ.polys | 
 list of occ.poly SpatialPolygons. see ?set_projarea for details.  | 
deg.incr | 
 used to manually set the increase in prediction area, relative to occ.poly  | 
mult | 
 how much increase or decrease buffer  | 
buffer | 
 should the area be cut using a buffer around occ.poly?  | 
same | 
 should latitudinal and longitudinal increase vary independently?  | 
named list of SpatialPolygons (enlarged occ.poly)
set_projarea
## Not run: 
area.projection <- set_projarea_b(occ.polys, mult=.55, buffer=FALSE)
plot(area.projection[[1]][[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.