Plot a MT3DMS mass summary file time series
# S3 method for mas rmt_plot(mas, variable = "all", final = FALSE)
mas |
|
---|---|
variable | character specifying which variable to plot. Defaults to 'all'. Allowed values are the colnames of |
final | logical, should only the final time step be plotted. Default to FALSE. |
ggplot2 object
plots a time series line plot of the variable. If variable = 'all'
, ggplot2::facet_wrap
is used to plot all variable with free y scales.
If final = TRUE
, a bar plot is returned using ggplot2::geom_col
of the final time step.