plot_wrap | R Documentation |
A wrapper around R's base plot to show proposed points
plot_wrap(points, ranges = NULL, p_size = 0.5)
points |
The points to plot |
ranges |
The parameter ranges |
p_size |
The size of the plotted points (passed to |
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.
The corresponding pairs plot
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()
plot_wrap(SIRSample$training[,1:3], SIREmulators$ems[[1]]$ranges)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.