diff options
Diffstat (limited to 'man/drplot.Rd')
-rw-r--r-- | man/drplot.Rd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/drplot.Rd b/man/drplot.Rd index e5201a2..25b598c 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, devoff, lpos) + postscript, png, bw, pointsize, colors, devoff, lpos) } \arguments{ \item{drresults}{ @@ -59,6 +59,9 @@ A boolean deciding if the plots will be black and white or not. Default is TRUE. } + \item{pointsize}{ + The pointsize used for png and postscript graphics. + } \item{colors}{ This is a vector of colors, defaulting to 1:8, used for plotting the data. } |