projects
/
talweg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5a3a29
)
add vertical line on FilamentsBox plot
author
Benjamin Auder
<benjamin.auder@somewhere>
Tue, 28 Feb 2017 23:39:43 +0000
(
00:39
+0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Tue, 28 Feb 2017 23:39:43 +0000
(
00:39
+0100)
pkg/R/plot.R
patch
|
blob
|
blame
|
history
diff --git
a/pkg/R/plot.R
b/pkg/R/plot.R
index
2ef9074
..
2e960f5
100644
(file)
--- 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