Usage
tableSave(tab,
filename = paste(tab$dataset, ".pdf", sep = ""),
device = default_device(filename), path = NULL,
scale = 1, width = par("din")[1],
height = par("din")[2], dpi = 300, fontsize = 8,
legend.lines = 8, title = tab$dataset,
showTitle = FALSE, ...)Arguments
filename
filename with extention (pdf, eps, svg,
wmf, png, jpg, bmp, or tiff)
device
device, automatically extracted from
filename extension
dpi
dpi to use for raster graphics
fontsize
the (maximum) fontsize
legend.lines
the number of lines preserved for the
legend
title
title of the plot (shown if
showTitle==TRUE)
...
other arguments passed to graphics device