boxplotpp {PBImisc} | R Documentation |
boxplotpp
boxplotpp(x, xname=seq(1:ncol(x)), utitle="", addLines=TRUE,
color = ifelse(addLines, "white","lightgrey"), ...)
boxplotInTime(x, xname, additional=T, color = ifelse(additional,
"white","lightgrey"), main="", ylim=range(unlist(x),na.rm=T), ...,
points = dim(x)[2], at = 1:points)
x |
TODO |
xname |
TODO |
utitle |
TODO |
addLines |
TODO |
color |
TODO |
additional |
TODO |
main |
TODO |
points |
TODO |
at |
TODO |
ylim |
TODO |
... |
TODO |
TODO
TODO
Przemyslaw Biecek
#TODO