set_projarea_b: Select area for projection based on the extent of occ points...

View source: R/2.f.proj.prep.R

set_projarea_bR Documentation

Select area for projection based on the extent of occ points for multiple species

Description

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.

Usage

set_projarea_b(
  occ.polys,
  deg.incr = NULL,
  mult = 1,
  buffer = FALSE,
  same = TRUE
)

Arguments

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?

Value

named list of SpatialPolygons (enlarged occ.poly)

See Also

set_projarea

Examples

## Not run: 
area.projection <- set_projarea_b(occ.polys, mult=.55, buffer=FALSE)
plot(area.projection[[1]][[1]])

## End(Not run)

HemingNM/ENMwizard documentation built on Jan. 4, 2024, 3:24 p.m.