View source: R/spatial_domains.R
| make_nngp_domain | R Documentation |
Convert an sf areal model object to a class "nngp_domain" that is recognized
by tinyVAST for nearest neighbors Gaussian process models
make_nngp_domain(sf_areal, nn)
sf_areal |
an sf or sfc object containing "POLYGON" and "MULTIPOLYGON" types |
nn |
Number of nearest neighbors |
a list of NNGP data objects created by tinyVAST:::make_nngp_data, as well as the provided sf object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.