Top Level Namespace

Defined Under Namespace

Modules: Rust Classes: Array, FalseClass, Float, NilClass, Numeric, Object, Range, String, Symbol, TrueClass

Constant Summary collapse

GGPLOT_EXAMPLES =
{}

Instance Method Summary collapse

Instance Method Details

#bind_ggplot!Object



169
170
171
# File 'lib/rust/external/ggplot2/core.rb', line 169

def bind_ggplot!
    include Rust::Plots::GGPlot
end

#bind_r!Object

Shortcut for including the RBinding module



217
218
219
# File 'lib/rust/core/rust.rb', line 217

def bind_r!
    include Rust::RBindings
end