From 5ac97240859f85254cb19f79520432c4e67786c8 Mon Sep 17 00:00:00 2001 From: anhoej Date: Mon, 26 Feb 2024 09:28:23 +0100 Subject: [PATCH] Change target line to dotted. --- R/qic.plot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/qic.plot.R b/R/qic.plot.R index 72d35ff..b97cdb8 100644 --- a/R/qic.plot.R +++ b/R/qic.plot.R @@ -78,7 +78,7 @@ plot.qic <- function(x, title, ylab, xlab, subtitle, caption, part.labels, colour = col1, na.rm = T, # size = 1, - linetype = 2) + linetype = 3) p <- p + geom_line(aes_(y = ~ cl, linetype = ~ runs.signal, colour = ~ linecol),