diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2005-07-15 11:28:06 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2005-07-15 11:28:06 +0000 |
commit | f78a6461cb0510d606fa420bd8fc1683a8815d4b (patch) | |
tree | 07d1eba7d0ccd83f2b8952d564fe475f3a194550 /man | |
parent | 86e56128b7ca0eae433f5796364fc81d98e87fd3 (diff) |
Some cleanup of the legend positioning, which can be used starting from
R version 2.1.0.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@28 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man')
-rw-r--r-- | man/drplot.Rd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/drplot.Rd b/man/drplot.Rd index b162d45..ecd6895 100644 --- a/man/drplot.Rd +++ b/man/drplot.Rd @@ -63,7 +63,9 @@ 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.} + An optional argument defaulting to "topright" specifying the position + of the legend by being passed to the legend function. See the help for the + legend function for all possiblities.} \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 |