From b3be75977ede683f145433a748d69d9feba316fe Mon Sep 17 00:00:00 2001
From: ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>
Date: Wed, 27 Jul 2005 20:01:24 +0000
Subject: Added the pointsize argument to drplot.

git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@31 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
---
 man/drplot.Rd | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'man')

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.
     }
-- 
cgit v1.2.1