Class: Rust::Plots::GGPlot::Labels

Inherits:
Layer show all
Defined in:
lib/rust/external/ggplot2/core.rb

Instance Method Summary collapse

Methods inherited from Layer

#option, #to_R

Constructor Details

#initialize(**options) ⇒ Labels

Returns a new instance of Labels.



138
139
140
# File 'lib/rust/external/ggplot2/core.rb', line 138

def initialize(**options)
    super("labs", **options)
end