st_density | R Documentation |
Choose from methods "kde2d"
and "bkde2D"
,
and various return geometries
st_density(
x,
return_geometry = "point",
method = "kde2d",
bw = NULL,
n = 200,
bins = NULL,
truncate = TRUE,
x_expansion = NULL,
y_expansion = NULL,
levels_low = NULL,
levels_high = NULL
)
## S3 method for class 'sfc'
st_density(
x,
return_geometry = "point",
method = "kde2d",
bw = NULL,
n = NULL,
bins = NULL,
truncate = TRUE,
x_expansion = NULL,
y_expansion = NULL,
levels_low = NULL,
levels_high = NULL
)
## S3 method for class 'sf'
st_density(
x,
return_geometry = "point",
method = "kde2d",
bw = NULL,
n = NULL,
bins = NULL,
truncate = TRUE,
x_expansion = NULL,
y_expansion = NULL,
levels_low = NULL,
levels_high = NULL
)
x |
(sf/sfc) [missing] Spatial data |
return_geometry |
[ |
method |
(character) [ |
bw |
(numeric) [ |
n |
(numeric) [ |
bins |
(numeric) [ |
truncate |
(logical) [ |
x_expansion , y_expansion |
(numeric) [ |
levels_high , levels_low |
(numeric) Low/high breakpoints for isolines and isobands. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.