add vertical line on FilamentsBox plot
authorBenjamin Auder <benjamin.auder@somewhere>
Tue, 28 Feb 2017 23:39:43 +0000 (00:39 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Tue, 28 Feb 2017 23:39:43 +0000 (00:39 +0100)
pkg/R/plot.R

index 2ef9074..2e960f5 100644 (file)
@@ -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