View source: R/WarpKrigingClass.R
| simulate.WarpKriging | R Documentation |
Simulate from a WarpKriging model
## S3 method for class 'WarpKriging'
simulate(object, nsim = 1, seed = 123, x, will_update = FALSE, ...)
object |
WarpKriging object |
nsim |
number of simulations |
seed |
random seed |
x |
simulation matrix (m x d) |
will_update |
logical; if TRUE, cache data for update_simulate |
... |
ignored |
matrix (m x nsim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.