compute_margin_coordinates: Get LC configuration from a (N+1)D field

Description Usage Arguments See Also Examples

View source: R/compute_margin_coordinates.R

Description

compute_margin_coordinates computes the coordinates (boundary) of the margin of the field.

Usage

1

Arguments

dim

a vector with the dimensions of the field (time, space1, space2, ..., spaceN)

LC.coordinates

template of the LC coordinates

See Also

compute_LC_coordinates

Examples

1
2
3
4
5
6
LC_geom <- setup_LC_geometry(speed = 1, horizon = list(PLC = 3, FLC = 0), shape = "cone")

data(contCA00)

aa <- compute_margin_coordinates(dim(contCA00$observed), LC_geom$coordinates)
aa

LICORS documentation built on May 1, 2019, 10:13 p.m.