Class: Rust::Plots::GGPlot::Theme::LineElement

Inherits:
Element show all
Defined in:
lib/rust/external/ggplot2/themes.rb

Instance Attribute Summary

Attributes inherited from Element

#options

Instance Method Summary collapse

Methods inherited from Element

#initialize, #to_R, #to_h

Constructor Details

This class inherits a constructor from Rust::Plots::GGPlot::Theme::Element

Instance Method Details

#r_functionObject



115
116
117
# File 'lib/rust/external/ggplot2/themes.rb', line 115

def r_function
    return "element_line"
end