powered by
Helper from legacy INLA::inla.contour.segment()
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 )
An fm_segm object
fm_segm
The x and y coordinates of the grid, and the z values
x
y
z
Number of contour levels
The contour levels. If NULL, pretty(range(z, na.rm = TRUE), nlevels) is used.
NULL
pretty(range(z, na.rm = TRUE), nlevels)
The group values for each contour level. If NULL, seq_len(length(levels)) is used.
seq_len(length(levels))
Logical; if TRUE, the contour lines are made to be CCW around positive excursions
TRUE
Polygonal curve simplification tolerances
A coordinate reference system
Other nonconvex inla legacy support: fm_nonconvex_hull_inla(), fm_simplify_helper()
fm_nonconvex_hull_inla()
fm_simplify_helper()
fm_segm_contour_helper(z = matrix(1:16, 4, 4))
Run the code above in your browser using DataLab