aboutsummaryrefslogtreecommitdiff
path: root/R/drplot.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/drplot.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