formatPlot: Saves plot to stox project location...

Description Usage Arguments

Description

Saves plot to stox project location (getProjectPaths(projectname)$RReportDir) to be localised by getPlots in stox.

Usage

1
2
formatPlot(projectname, plotname, draw, format = "png", verbose = F,
  ...)

Arguments

projectname

name of stox project

plotname

filename for plot without format suffix

draw

function for drawing the plot. Takes no arguments

format

function defining plotting device and file suffix, supports grDevices::pdf, grDevices::png, grDevices::jpeg, grDevices::tiff, grDevices::bmp

verbose

logical, if TRUE info is written to stderr()

...

parameters to be passed on to format


Sea2Data/Rstox documentation built on May 14, 2019, 8:58 a.m.