aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2007-10-01 19:17:27 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2007-10-01 19:17:27 +0000
commite6b9164327957c56de221889e396dcbab6fddd31 (patch)
tree64d56cc486235aeb0106db0db9c33ef35ea8fd98 /R
parent893e4cf7c08b02d8e6dc1340608c418fc64536fa (diff)
Make drfit compatible with R 2.6.0, checked with prerelease from today
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@91 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'R')
-rw-r--r--R/drplot.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/drplot.R b/R/drplot.R
index 3573fd9..08a92d1 100644
--- a/R/drplot.R
+++ b/R/drplot.R
@@ -7,7 +7,7 @@ drplot <- function(drresults, data,
postscript = FALSE, pdf = FALSE, png = FALSE,
bw = TRUE,
pointsize = 12,
- colors = 1:8, ltys = 1:8, devoff=T, lpos="topright")
+ colors = 1:8, ltys = 1:8, devoff=TRUE, lpos="topright")
{
# Check if all data have the same unit
unitlevels <- levels(as.factor(drresults$unit))

Contact - Imprint