View source: R/sampling-trajectory-CSV.R
sim_trajectory_base_CSV | R Documentation |
This is an internal function to sim_trajectory_CSV
. It does the
actual sampling once all of the functions have been checked and setup.
sim_trajectory_base_CSV( x0, times, stepFun, folders, stage, events0 = NULL, batch = NULL, Sout = NULL, verbose = TRUE )
x0 |
the initial marking of the SPN (initial state) |
times |
sequence of sampling times |
stepFun |
a sampling function |
folders |
vector of folders to write output |
stage |
vector of life-stages to print |
events0 |
a |
batch |
a |
Sout |
an optional matrix to track event firings |
verbose |
print a progress bar? |
no return, prints .csv files into provided folders
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.