Class: Rust::Plots::GGPlot::GeomLine

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

Returns a new instance of GeomLine.



19
20
21
# File 'lib/rust/external/ggplot2/geoms.rb', line 19

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