From 6d0fa52837e7f2220846203b07e2dbc3d6846253 Mon Sep 17 00:00:00 2001 From: ranke Date: Mon, 14 Mar 2005 07:42:30 +0000 Subject: 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 --- man/checksubstance.Rd | 6 +++--- man/drplot.Rd | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'man') 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 -- cgit v1.2.1