plot.flume | R Documentation |
Plot the results of a flume simulation
## S3 method for class 'flume'
plot(x, type = "occupancy")
x |
A |
type |
Which plot to produce; see 'details'. |
flume
comes with a collection of default plots. All of them are built around the
summarise()
function, which can be used to extract the data from a fitted flume
. The
following plot type
s are recognized (partial matches are allowed):
* **occupancy**: (plots the proportion of sites occupied by each in the network against time, with quantiles if replciates are present)
All plots return a ggplot
, so further customisation is easy.
A ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.