diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2007-10-01 19:17:27 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2007-10-01 19:17:27 +0000 |
commit | e6b9164327957c56de221889e396dcbab6fddd31 (patch) | |
tree | 64d56cc486235aeb0106db0db9c33ef35ea8fd98 /R | |
parent | 893e4cf7c08b02d8e6dc1340608c418fc64536fa (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.R | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |