get_influence_plot: Plot the influence of a gridded Gaussian variable on the...

Description Usage Arguments Value Examples

View source: R/postprocessing.R

Description

Plot the influence of a gridded Gaussian variable on the interpolation

Usage

1
get_influence_plot(dpc_grid, lat, lon, fit = NULL)

Arguments

dpc_grid

Discrete Process Convolution grid

lat

Latitute of desired gridpoint

lon

Longitude of desired gridpoint

fit

(Optional) fitted model

Value

A ggplot showing the weight of the selected variable on the fit

Examples

1
get_influence_plot(get_grid(c(-1,1), c(-1,1), spacing = 2), -1, -1, fit = NULL)

rtlemos/scallops documentation built on May 4, 2019, 7:43 p.m.