Learn R Programming

PBImisc (version 1.0)

boxplotpp: 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

Value

TODO

Details

TODO

Examples

Run this code
#TODO

Run the code above in your browser using DataLab