Class: Rust::Plots::GGPlot::GeomDensity

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

Returns a new instance of GeomDensity.



49
50
51
# File 'lib/rust/external/ggplot2/geoms.rb', line 49

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