summary.CBrSPDEobj2d {rSPDE}R Documentation

Summarise CBrSPDEobj2d objects

Description

Summary method for class "CBrSPDEobj2d"

Usage

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

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

## S3 method for class '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

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

[Package rSPDE version 2.5.1 Index]