Get LC configuration from a (N+1)D field
compute_margin_coordinates
computes the
coordinates (boundary) of the margin of the field.
compute_margin_coordinates(dim, LC.coordinates)
dim |
a vector with the dimensions of the field (time, space1, space2, ..., spaceN) |
LC.coordinates |
template of the LC coordinates |
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.