eval_basis | R Documentation |
Evaluate the MRA basis
eval_basis( locs, grid, basis_type = "wendland", use_spam = TRUE, ncores = 1L, nchunks = NULL )
locs |
An N x 2 matrix of spatial locations |
grid |
A grid object that is the output of |
basis_type |
The basis function type. Currently only "wendland" is accepted |
use_spam |
Whether to use the spam ( |
ncores |
The number of cores to use for parallelization |
nchunks |
The number of chunks to divide the distance calculation into. The default argument of NULL will use the same number of chunks as the number of cores. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.