boxplotpp {PBImisc} | R Documentation |
boxplot plus plus
Description
boxplotpp
Usage
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)
Arguments
x |
TODO |
xname |
TODO |
utitle |
TODO |
addLines |
TODO |
color |
TODO |
additional |
TODO |
main |
TODO |
points |
TODO |
at |
TODO |
ylim |
TODO |
... |
TODO |
Details
TODO
Value
TODO
Author(s)
Przemyslaw Biecek
Examples
#TODO
[Package PBImisc version 1.0 Index]