compact-grid | R Documentation |
Filter smoothed stress field containing a range of search radii or kernel half widths to find shortest wavelength (R) with the least circular sd. or dispersion (or any statistic) for each coordinate, respectively.
compact_grid(x, type = c("stress", "dispersion"))
compact_grid2(x, ..., FUN = min)
x |
output of |
type |
character. Type of the grid |
... |
|
FUN |
function is used to aggregate the data using the search radius
|
sf
object
stress2grid()
, PoR_stress2grid()
, kernel_dispersion()
,
stress2grid_stats()
, dplyr::dplyr_tidy_select()
data("san_andreas")
res <- stress2grid(san_andreas)
compact_grid(res)
## Not run:
res2 <- stress2grid_stats(san_andreas)
compact_grid2(res2, var, FUN = min)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.