Learn R Programming

rrtable (version 0.1.0)

plotSVG2: Make SVG file with a plot code

Description

Make SVG file with a plot code

Usage

plotSVG2(fun, file, width = 7, height = 7, ggplot = FALSE)

Arguments

fun

A R code for plot

file

A path of destination file

width

A plot width

height

A plot height

ggplot

A logical. Set this argument true if the R code is for ggplot