ECMMonPlotSolutionHistograms: Plot solution histograms.

Description Usage Arguments Details Value See Also

View source: R/ECMMon.R

Description

Plots solution histograms.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ECMMonPlotSolutionHistograms(
  ecmObj,
  stocksSpec = NULL,
  maxTime = NULL,
  echoQ = TRUE,
  stockDescriptionsQ = TRUE,
  scales = "free",
  ncol = 2,
  ...
)

Arguments

ecmObj

An ECMMon object.

stocksSpec

A character with stock names or string patterns for stock names to be plotted.

maxTime

A numerical non-negative value for the maximum simulation time or NULL. If NULL the maximum time is derived from ecmObj$Solution.

echoQ

Should the plot be echoed or not?

stockDescriptionsQ

Should the stock descriptions be added or not?

scales

Scales argument scales for ggplot2::facet_wrap.

ncol

Number of columns ncol argument for ggplot2::facet_wrap.

...

Additional parameters for ggplot2::geom_histogram.

Details

The plot is assigned to ecmObj$Value.

Value

An ECMMon object.

See Also

Other Plot functions: ECMMonPlotSolutions()


antononcube/ECMMon-R documentation built on April 18, 2021, 10:47 a.m.