Description Usage Arguments Examples
Plots each of the emulator outputs against each input. For each input parameter, the emulator expectation is plotted for each output. These plots are presented as a set, to better identify trends and dependencies in the emulators outputs.
1 | behaviour_plots(emulators, input_points, output_names)
|
emulators |
A set of |
input_points |
The validation input points on which to evaluate the emulators |
output_names |
The names of the output parameters. |
1 2 3 4 | ems <- emulator_from_data(GillespieSIR, output_names = c('nS', 'nI', 'nR'),
ranges = list(aSI = c(0.1, 0.8), aIR = c(0, 0.5), aSR = c(0, 0.05)),
quadratic = TRUE)
behaviour_plots(ems, GillespieValidation[,1:3], c('nS', 'nI', 'nR'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.