From d5fe1f304b07f01264c7dca9702f75dcb8a3b7c1 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Wed, 1 Mar 2017 00:39:43 +0100 Subject: [PATCH] add vertical line on FilamentsBox plot --- pkg/R/plot.R | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/R/plot.R b/pkg/R/plot.R index 2ef9074..2e960f5 100644 --- a/pkg/R/plot.R +++ b/pkg/R/plot.R @@ -224,6 +224,7 @@ plotFilamentsBox = function(data, fil, ...) par(new=TRUE) plot(c(data$getSerie(fil$index),data$getSerie(fil$index+1)), type="l", lwd=2, lty=2, ylim=c(usr[3] + yr, usr[4] - yr), xlab="", ylab="") + abline(v=24, lty=2, col=colors()[56]) } #' Plot relative conditional variability / absolute variability -- 2.44.0