plot_field | R Documentation |
Projects and plots fields. Can plot just estimated fields, or include generative fields for comparison purposes.
plot_field( est, gen = NULL, mesh = generate_mesh(), proj_step = 1, par_regex = NULL, colorbar = FALSE )
est |
Vector or named list of parameter estimates |
gen |
Named list of generative parameter values (not required) |
mesh |
FEM mesh used for spatial/spatiotemporal fields |
proj_step |
Size of projection pixels |
par_regex |
Search string for parameter names (e.g. "omega" will
include both |
colorbar |
Plot a colorbar? |
John K Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.