Class: Rust::Plots::GGPlot::GeomPoint

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

Returns a new instance of GeomPoint.



13
14
15
# File 'lib/rust/external/ggplot2/geoms.rb', line 13

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