Class: Rust::Plots::GGPlot::GeomBoxplot
- Defined in:
- lib/rust/external/ggplot2/geoms.rb
Instance Method Summary collapse
-
#initialize(arguments = [], **options) ⇒ GeomBoxplot
constructor
A new instance of GeomBoxplot.
Methods inherited from Layer
Constructor Details
#initialize(arguments = [], **options) ⇒ GeomBoxplot
Returns a new instance of GeomBoxplot.
31 32 33 |
# File 'lib/rust/external/ggplot2/geoms.rb', line 31 def initialize(arguments = [], **) super("boxplot", arguments, **) end |