Class: Rust::Plots::GGPlot::Theme::RectElement

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



121
122
123
# File 'lib/rust/external/ggplot2/themes.rb', line 121

def r_function
    return "element_rect"
end