Class: Rust::Plots::GGPlot::GeomHistogram

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

Returns a new instance of GeomHistogram.



43
44
45
# File 'lib/rust/external/ggplot2/geoms.rb', line 43

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