Plot the results
plotData(sEnv = NULL, ymax = NULL, add = FALSE,
addDataFileName = NULL, popID = NULL, suppress = F)the environment that BSL functions operate in. Default is "simEnv" so use that to avoid specifying when calling functions
the maximum value of y-axis (default: the maximun value in the data)
if TRUE a new result will be added to an existing plot, using data loaded from addDataFileName. if FALSE a new plot will be drawn (default)
if not NULL, the name to save the summarized data for the next simulation, like "plot1_1". A path can be specified, like "simDirectory/plot1_1" (in which case "simDirectory" must exist). Default: NULL
list of vectors of the population IDs you want plotted
if TRUE, this call is just to assemble the data to be plotted in a later call to plotData (default: FALSE)
A matrix with the plot data
defineSpecies for an example