plot_wrap {hmer} | R Documentation |
Plot proposed points
Description
A wrapper around R's base plot to show proposed points
Usage
plot_wrap(points, ranges = NULL, p_size = 0.5)
Arguments
points |
The points to plot |
ranges |
The parameter ranges |
p_size |
The size of the plotted points (passed to |
Details
Given a set of points proposed from emulators at a given wave, it's often useful to look at how they are spread and where in parameter space they tend to lie relative to the original ranges of the parameters. This function provides pairs plots of the parameters, with the bounds of the plots calculated with respect to the parameter ranges provided.
Value
The corresponding pairs plot
See Also
Other visualisation tools:
behaviour_plot()
,
diagnostic_wrap()
,
effect_strength()
,
emulator_plot()
,
hit_by_wave()
,
output_plot()
,
plot_actives()
,
plot_lattice()
,
simulator_plot()
,
space_removed()
,
validation_pairs()
,
wave_dependencies()
,
wave_points()
,
wave_values()
Examples
plot_wrap(SIRSample$training[,1:3], SIREmulators$ems[[1]]$ranges)