View source: R/ArrayResourceBySize-class.R
| plot.ArrayTimeByResourceBySize | R Documentation |
ArrayTimeByResourceBySize objectsSee plot() for an overview of the mizer plotting system. This method
plots a single time slice, by first extracting it as an
ArrayResourceBySize object and delegating to
plot.ArrayResourceBySize(), which the further arguments in ... are
passed on to.
## S3 method for class 'ArrayTimeByResourceBySize'
plot(x, time = NULL, ...)
x |
An |
time |
The time to display. Default ( |
... |
Passed on to |
A ggplot2 object, unless return_data = TRUE, in which case a
data frame is returned.
plot(NResource(NS_sim))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.