diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2005-07-27 20:01:24 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2005-07-27 20:01:24 +0000 |
commit | b3be75977ede683f145433a748d69d9feba316fe (patch) | |
tree | 0006d3b04d45cb9d98de6415f92e631484c7ccb6 /man | |
parent | 9b2cc2780e2acbbcb3927ee8342b46f93d7bb6ff (diff) |
Added the pointsize argument to drplot.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@31 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man')
-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. } |