powered by
Show a boxplot using characters in the terminal window
term_boxplot(formula, data = NULL, width = getOption("width"))
invisibly return the color summary data frame used to draw the boxplot
a formula
data frame or matrix
width of the boxplot in characters
term_boxplot(mpg ~ cyl, data=mtcars) term_boxplot(Sepal.Length ~ Species, data=iris, width=70)
Run the code above in your browser using DataLab