Locations.estimation: Internal function

locations.estimationR Documentation

Internal function

Description

Number of location estimation

Usage

locations.estimation(
  coordEAC,
  cell_size = 10,
  nbe_rep = 0,
  export_shp = FALSE,
  proj_type = proj_type,
  method = "fixed_grid",
  rel_cell_size = 0.05
)

Arguments

coordEAC

data.frame

cell_size

integer

nbe_rep

integer

export_shp

logical

proj_type

character string

method

character string

rel_cell_size

numeric, if method ="sliding_scale", Cell_size_locations is ignored and the resolution is given by the maximum distance separating two occurrences multiplied by rel_cell_size. By default, it is 0.05

Value

a list


gdauby/ConR documentation built on Jan. 30, 2024, 11:10 p.m.