View source: R/interpolation.R
compact_grid | R Documentation |
Filter smoothed stress field containing a range of search radii or kernel half widths to find smallest wavelength (R) with the least circular sd. or dispersion for each coordinate, respectively.
compact_grid(x, type = c("stress", "dispersion"))
x |
output of |
type |
character. Type of the grid |
sf
object
stress2grid()
, PoR_stress2grid()
, kernel_dispersion()
data("san_andreas")
res <- stress2grid(san_andreas)
compact_grid(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.