Learn R Programming

rSPDE (version 2.5.1)

summary.CBrSPDEobj2d: Summarise CBrSPDEobj2d objects

Description

Summary method for class "CBrSPDEobj2d"

Usage

# S3 method for CBrSPDEobj2d
summary(object, ...)

# S3 method for summary.CBrSPDEobj2d print(x, ...)

# S3 method for CBrSPDEobj2d print(x, ...)

Arguments

object

an object of class "CBrSPDEobj2d", usually, a result of a call to matern2d.operators().

...

further arguments passed to or from other methods.

x

an object of class "summary.CBrSPDEobj2d", usually, a result of a call to summary.CBrSPDEobj2d().

Examples

Run this code
library(fmesher)
n_loc <- 2000
loc_2d_mesh <- matrix(runif(n_loc * 2), n_loc, 2)
mesh_2d <- fm_mesh_2d(loc = loc_2d_mesh, cutoff = 0.03, max.edge = c(0.1, 0.5))
op <- matern2d.operators(mesh = mesh_2d)
op

Run the code above in your browser using DataLab