Class: Rust::Plots::GGPlot::GeomCol

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) ⇒ GeomCol

Returns a new instance of GeomCol.



25
26
27
# File 'lib/rust/external/ggplot2/geoms.rb', line 25

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