Class: Rust::Plots::GGPlot::FlipCoordinates

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

Returns a new instance of FlipCoordinates.



144
145
146
# File 'lib/rust/external/ggplot2/core.rb', line 144

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