output_plot | R Documentation |
Plots emulator expectation across the parameter space, with comparison to the corresponding target values (with appropriate uncertainty).
output_plot(ems, targets, points = NULL, npoints = 1000)
ems |
The |
targets |
A named list of observations, given in the usual form. |
points |
A list of points at which the emulators should be evaluated. |
npoints |
If no points are provided, the number of input points to evaluate at. |
If a points
data.frame is not provided, then points are sampled uniformly from the
input region. Otherwise, the provided points are used: for example, if a representative
sample of the current NROY space is available.
A ggplot object
Other visualisation tools:
behaviour_plot()
,
diagnostic_wrap()
,
effect_strength()
,
emulator_plot()
,
hit_by_wave()
,
plot_actives()
,
plot_lattice()
,
plot_wrap()
,
simulator_plot()
,
space_removed()
,
validation_pairs()
,
wave_dependencies()
,
wave_points()
,
wave_values()
output_plot(SIREmulators$ems, SIREmulators$targets)
output_plot(SIREmulators$ems, SIREmulators$targets, points = SIRSample$training)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.