Class: Rust::Plots::GGPlot::GeomBar

Inherits:
Geom show all
Defined in:
lib/rust/external/ggplot2/geoms.rb

Instance Method Summary collapse

Methods inherited from Layer

#option, #to_R

Constructor Details

#initialize(arguments = [], **options) ⇒ GeomBar

Returns a new instance of GeomBar.



37
38
39
# File 'lib/rust/external/ggplot2/geoms.rb', line 37

def initialize(arguments = [], **options)
    super("bar", arguments, **options)
end