aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-03-14 07:42:30 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-03-14 07:42:30 +0000
commit6d0fa52837e7f2220846203b07e2dbc3d6846253 (patch)
tree0a71d48a750dc36a1f1abcd1a1d9bfe2444fe10e /man
parent78400199cd3e00b294cc5b441e150770fc57393d (diff)
I added the possibility to explicitly position or exclude the
legend(s). git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@19 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man')
-rw-r--r--man/checksubstance.Rd6
-rw-r--r--man/drplot.Rd4
2 files changed, 6 insertions, 4 deletions
diff --git a/man/checksubstance.Rd b/man/checksubstance.Rd
index e9915e7..194688a 100644
--- a/man/checksubstance.Rd
+++ b/man/checksubstance.Rd
@@ -6,7 +6,7 @@
the data.
}
\usage{
- checksubstance(substance,db="cytotox",experimentator="%",celltype="%",whereClause="1",ok="%")
+ checksubstance(substance,db="cytotox",experimentator="\%",celltype="\%",whereClause="1",ok="%")
}
\arguments{
\item{substance}{
@@ -20,9 +20,9 @@
means that data from all experimentators are shown.}
\item{celltype}{
Currently, only data for IPC-81, C6, NB4, HeLa, Jurkat and U937 are supported.
- Default is "\%", i.e. any cell type.}
+ Default is "\%", i.e. data for any cell type will be displayed.}
\item{enzymetype}{
- Currently, only data for AChE, GR and GST are supported.}
+ Currently, only data for AChE, GR and GST are supported. The default value is "\%", i.e. data for any enzyme type will be displayed.}
\item{whereClause}{
With this argument, additional conditions for the SQL query can be set,
e.g. "where plate != 710". The default is 1 (in SQL syntax this means TRUE).}
diff --git a/man/drplot.Rd b/man/drplot.Rd
index c9b1979..b162d45 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)
+ postscript, png, bw, colors, devoff, lpos)
}
\arguments{
\item{drresults}{
@@ -62,6 +62,8 @@
\item{colors}{
This is a vector of colors, defaulting to 1:8, used for plotting the data.
}
+ \item{lpos}{
+ A optional vector with the x and y position of the upper left corner of the legend. The default guess is not always the optimum.}
\item{devoff}{
If set to FALSE, the closing of the device after creation of an overlay png
or postscript graph will be left out, so texts and other elements can be

Contact - Imprint