From e6b9164327957c56de221889e396dcbab6fddd31 Mon Sep 17 00:00:00 2001 From: ranke Date: Mon, 1 Oct 2007 19:17:27 +0000 Subject: 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 --- R/drplot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R') 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)) -- cgit v1.2.1