View source: R/point_process.R
matern_process | R Documentation |
Functions for Simulating Image Parameters Simulate from a Matern Process
matern_process(x, nu = 1, alpha = 1)
x <- expand.grid(seq(0.1, 1, 0.05), seq(0.1, 1, 0.05))
process_df <- matern_process(x, 1, 1)
ggplot(process_df) +
geom_tile(aes(x = Var1, y = Var2, fill = z))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.