plotTimeSeriesBase.Rd
This function does not use ggplot2, only base plot functions like lines() and arrows().
plotTimeSeriesBase( simulations, experiments, nmax = NULL, by = 1, ylimit = NULL )
simulation results (a list)
experiment setup (a list)
maximum index of lines to plot from sample, between 1 and size of sample
skip this many sampled lines in between plotted lines
y-axis limits
plot object