plot_covfit: Plot fitted covariance function

Description Usage Arguments Examples

Description

Plot fitted covariance function

Usage

1
2
plot_covfit(fit, grid.resolution = 40, onlyPen = FALSE, onlyUnpen = FALSE,
  image = FALSE, ...)

Arguments

fit

fitted covariance object

grid.resolution

integer specifying the resolution grid points where the funciton will be evaluated

onlyPen

if TRUE will plot only the portion of the covariance function estimated from penalized funcitons

onlyUnpen

if TRUE will plot only the portion of the covariance function estimated from unpenalized funcitons

image

if TRUE will produce an image plot. By default the plost is a wireframe plot ... additional arguments sent to plotting functions. See image.plot and wireframe for details on additional arguments

Examples

1
2
3
data(sfdat)
covfit <- estimate_cov_function(sfdat, n.marginal.knots=10)
plot_covfit(covfit, image=TRUE)

dan410/sseigfun documentation built on May 14, 2019, 3:34 p.m.