find.fields: Function that extracts the "random fields" of the model...

Description Usage Arguments

View source: R/plots.r

Description

Function that extracts the ”random fields” of the model fitted.

Usage

1
2
find.fields(x = NULL, mesh = NULL, n.t = NULL, sd = FALSE,
  plot = FALSE, spatial.polygon = NULL, dims = c(100, 100), ...)

Arguments

x

A fitted model from mark.pp.fit().

mesh

the mesh used in the model fit.

n.t

numeric, the number of time points.

sd

Logical, if FALSE means of random fields aer returned.

plot

Logical, if TRUE the returned matricies (either SD or Mean of random fields are plotted.

spatial.polygon

Optional, if a spatial polygon of the domain is supplied, only values of the random field within the domain will be returned

dims

vector of length two specifying spatial resolution of projection of fields onto the mesh

...

additional graphical parameters @importFrom fields image.plot


cmjt/lgcpSPDE documentation built on July 25, 2019, 3:05 p.m.