Description Usage Arguments See Also Examples
View source: R/compute_margin_coordinates.R
compute_margin_coordinates
computes the
coordinates (boundary) of the margin of the field.
1 | 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 |
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.