plot.flume: Plot the results of a flume simulation

View source: R/plot_print.R

plot.flumeR Documentation

Plot the results of a flume simulation

Description

Plot the results of a flume simulation

Usage

## S3 method for class 'flume'
plot(x, type = "occupancy")

Arguments

x

A flume()

type

Which plot to produce; see 'details'.

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 types 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.

Value

A ggplot2 object


flee-group/flume documentation built on Jan. 29, 2024, 6:44 p.m.