load_outputs | R Documentation |
After run_method
has been called, this function can
be used to load one or more of the saved Output
object(s).
If multiple indices are provided, these will be combined
into a new single Output
object.
If simulation object is available, it is easier to use the function
output
to load it.
load_outputs( dir, model_name, index, method_name, out_names = NULL, out_loc = "out", more_info = FALSE, simulator.files = NULL ) load_outputs_from_ref(ref, out_names = NULL)
dir |
the directory passed to |
model_name |
the |
index |
a vector of positive integers. |
method_name |
the |
out_names |
a character vector of which elements of output should be loaded. If NULL, then all elements are loaded. |
out_loc |
only needed if it was used in call to
|
more_info |
if TRUE, then returns additional information such as
state of RNG after calling |
simulator.files |
if NULL, then |
ref |
an object of class |
run_method
output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.