Description Usage Arguments Value Examples
View source: R/postprocessing.R
Plot the influence of a gridded Gaussian variable on the interpolation
1 | get_influence_plot(dpc_grid, lat, lon, fit = NULL)
|
dpc_grid |
Discrete Process Convolution grid |
lat |
Latitute of desired gridpoint |
lon |
Longitude of desired gridpoint |
fit |
(Optional) fitted model |
A ggplot showing the weight of the selected variable on the fit
1 | get_influence_plot(get_grid(c(-1,1), c(-1,1), spacing = 2), -1, -1, fit = NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.