matern_process: Functions for Simulating Image Parameters Simulate from a...

View source: R/point_process.R

matern_processR Documentation

Functions for Simulating Image Parameters Simulate from a Matern Process

Description

Functions for Simulating Image Parameters Simulate from a Matern Process

Usage

matern_process(x, nu = 1, alpha = 1)

Examples

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))

krisrs1128/MSLF documentation built on March 21, 2023, 10:21 a.m.