rmf_plot.bud | R Documentation |
rmf_plot.bud
plots a MODFLOW volumetric budget
## S3 method for class 'bud' rmf_plot( bud, dis, what = "rates", fluxes = "all", net = FALSE, type = "area", timesteps = NULL )
bud |
|
dis |
|
what |
character; what to plot "rates", "cumulative", "total", "difference" or "discrepancy". Defaults to "rates". |
fluxes |
character; either "all" or a character vector with the flux components to plot. Only used when |
net |
logical; if TRUE, it sums the inflows and outflows of the flux component to plot the net fluxes. If FALSE, it will plot both the inflows and outflows. Only used when |
type |
character; plot type. Either "bar" or "area" |
timesteps |
integer timesteps index to select from a transient budget. A single negative value will select the last available timestep. Defaults to NULL. |
any flux components that are zero for the entire simulation are ommited from the plot. This might be the case with constant head cells, since these are always written to the budget even if no constant head cells are specified in the model. By default, geom_area is used for plotting (type = "area"). If there is only one stress period and this stress period is steady-state however, this will return unstacked bar plots. If type is "bar", geom_col is used and stacked bar plots are returned.
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.