View source: R/print.summary.R
| summary.CBrSPDEobj2d | R Documentation |
Summary method for class "CBrSPDEobj2d"
## S3 method for class 'CBrSPDEobj2d'
summary(object, ...)
## S3 method for class 'summary.CBrSPDEobj2d'
print(x, ...)
## S3 method for class 'CBrSPDEobj2d'
print(x, ...)
object |
an object of class "CBrSPDEobj2d", usually, a result of a call
to |
... |
further arguments passed to or from other methods. |
x |
an object of class "summary.CBrSPDEobj2d", usually, a result of a call
to |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.