View source: R/nonconvex_hull.R
fm_segm_contour_helper | R Documentation |
Helper from legacy INLA::inla.contour.segment()
fm_segm_contour_helper(
x = seq(0, 1, length.out = nrow(z)),
y = seq(0, 1, length.out = ncol(z)),
z,
nlevels = 10,
levels = NULL,
groups = NULL,
positive = TRUE,
eps = NULL,
eps_rel = NULL,
crs = NULL
)
x , y , z |
The |
nlevels |
Number of contour levels |
levels |
The contour levels. If |
groups |
The group values for each contour level.
If |
positive |
Logical; if |
eps , eps_rel |
Polygonal curve simplification tolerances |
crs |
A coordinate reference system |
An fm_segm
object
Other nonconvex inla legacy support:
fm_nonconvex_hull_inla()
,
fm_simplify_helper()
fm_segm_contour_helper(z = matrix(1:16, 4, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.