From 78400199cd3e00b294cc5b441e150770fc57393d Mon Sep 17 00:00:00 2001 From: ranke Date: Mon, 14 Mar 2005 06:10:41 +0000 Subject: Added the option to leave the graphics file device open in drplot(). git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@18 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- man/drplot.Rd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/drplot.Rd b/man/drplot.Rd index 784b65b..c9b1979 100644 --- a/man/drplot.Rd +++ b/man/drplot.Rd @@ -7,7 +7,7 @@ } \usage{ drplot(drresults, data, dtype, alpha, path, fileprefix, overlay, - postscript, png, bw, colors) + postscript, png, bw, colors, devoff) } \arguments{ \item{drresults}{ @@ -62,6 +62,11 @@ \item{colors}{ This is a vector of colors, defaulting to 1:8, used for plotting the data. } + \item{devoff}{ + If set to FALSE, the closing of the device after creation of an overlay png + or postscript graph will be left out, so texts and other elements can be + added to the graph. + } } \value{ \item{results}{ -- cgit v1.2.1