
# plot a horizontal barplot #' @export plotBarplot <- function(v, rev=TRUE, xlim=range(v), main="") if(rev) v <- rev(v) barplot(v, las=2, horiz=TRUE, col="black", main=main, xlim=xlim) Prints a model object as text.
printModel.Rd
Prints a model object as text