aboutsummaryrefslogtreecommitdiff
path: root/man/drplot.Rd
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-03-06 09:59:51 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-03-06 09:59:51 +0000
commitc73795e7ce30c88b68339d9d978b34bf4a0cb2bc (patch)
tree2d48337231629b906fbdd48d0f5e8c42158c5c45 /man/drplot.Rd
parent424d3633234125cf2c8f65fd220fb92ddc0d2686 (diff)
Added the drfit-package help page, a new sample data file
and a preliminary version of the drfit-Rnews article. R/drfit.R - the possibility to directly write pdf graphs was added - the results dataframe now has numbered lines where it didn't The checkplate and checksubstance functions are now classified internal in their help files. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@57 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man/drplot.Rd')
-rw-r--r--man/drplot.Rd11
1 files changed, 8 insertions, 3 deletions
diff --git a/man/drplot.Rd b/man/drplot.Rd
index 99f77ab..09a8517 100644
--- a/man/drplot.Rd
+++ b/man/drplot.Rd
@@ -53,13 +53,18 @@
}
\item{postscript}{
If TRUE, (a) postscript graph(s) will be created. Otherwise, and if
- the png argument is also FALSE, graphics will be
+ the pdf and png arguments are also FALSE, graphics will be
+ displayed with a screen graphics device.
+ }
+ \item{pdf}{
+ If TRUE, (a) pdf graph(s) will be created. Otherwise, and if
+ the postscript and png arguments are also FALSE, graphics will be
displayed with a screen graphics device.
}
\item{png}{
If TRUE, (a) png graph(s) will be created. Otherwise, and if the
- postscript argument is also FALSE, graphics will be displayed with a
- screen graphics device.
+ postscript and pdf arguments are also FALSE, graphics will be displayed
+ with a screen graphics device.
}
\item{bw}{
A boolean deciding if the plots will be black and white or not. Default

Contact - Imprint