LICORS (version 0.2.0)

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

Description

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

Usage

compute_margin_coordinates(dim, LC.coordinates)

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

Run this code
# NOT RUN {
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
# }

Run the code above in your browser using DataLab