lib/rbbt/util/R/plot.rb in rbbt-util-5.21.123 vs lib/rbbt/util/R/plot.rb in rbbt-util-5.21.125

- old
+ new

@@ -1,8 +1,8 @@ module R module SVG - def self.ggplotPNG(*args) + def self.ggplotSVG(*args) ggplot(*args) end def self.ggplot(data, script = nil, width = nil, height = nil, options = {}) width ||= 3