View source: R/gen_matern_gaussian_rf.R
gen_matern_gaussian_rf | R Documentation |
Generate Gaussian random fields with Matern covariance function
gen_matern_gaussian_rf(coords, dim, nu, kappa)
coords |
coordinate of target randon field to be generated |
dim |
dimension of target randon field to be generated |
nu |
parameter of matern covariance function |
kappa |
parameter of matern covariance function |
A data matrix with number of rows equal to 'coords', and number of columns equal to 'dim'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.