create_study_extent: Create study extent

View source: R/create_study_extent.R

create_study_extentR Documentation

Create study extent

Description

Create study extent

Usage

create_study_extent(
  obs,
  lon = "lon",
  lat = "lat",
  proj = NULL,
  method = "box",
  width_buffer = NULL,
  mask = NULL,
  shapefile_path = NULL
)

Arguments

obs

data frame, containing the observations

lon

string, name of the longitude column

lat

string, name of the latitude column

proj

character, initial projection of the xy coordinates

method

string, "box", "mcp", "buffer" or "user_shapefile"

width_buffer

int, buffer width around observations, box or mcp.

mask,

spat vector, mask to apply to the study area.

shapefile_path,

string, path to the user shapefile.

Value

spatial points


ReseauBiodiversiteQuebec/sdm-pipeline documentation built on June 23, 2022, 9:10 p.m.