From 6115b853e95eb316ee5258f8c9d87ac7a3740c38 Mon Sep 17 00:00:00 2001
From: ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>
Date: Wed, 9 Apr 2008 11:54:19 +0000
Subject: - Added the possibility to manipulate axes and plot.frame - Adapted
 the test to the improved confidence interval fitting

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

(limited to 'man')

diff --git a/man/drplot.Rd b/man/drplot.Rd
index 7924be2..b2c2745 100644
--- a/man/drplot.Rd
+++ b/man/drplot.Rd
@@ -7,8 +7,8 @@
 }
 \usage{
   drplot(drresults, data, dtype, alpha, ctype, path,
-     fileprefix, overlay, xlim, ylim, xlab, ylab, postscript, pdf, png, bw,
-     pointsize, colors, ltys, devoff, lpos)
+     fileprefix, overlay, xlim, ylim, xlab, ylab, axes, frame.plot, postscript,
+     pdf, png, bw, pointsize, colors, ltys, devoff, lpos)
 }
 \arguments{
   \item{drresults}{
@@ -63,6 +63,14 @@
   \item{ylab}{
     The axis title for the y axis. Defaults to "Normalized response".
   }
+  \item{axes}{
+    Specifies if axes should be drawn. Default is TRUE, as in
+    \code{\link{plot.default}}
+  }
+  \item{frame.plot}{
+    Specifies if the plot should be framed. Default is TRUE, as in
+    \code{\link{plot.default}}
+  }
   \item{postscript}{
     If TRUE, (a) postscript graph(s) will be created. Otherwise, and if 
     the pdf and png arguments are also FALSE, graphics will be
-- 
cgit v1.2.1