term_boxplot | R Documentation |
Show a boxplot using characters in the terminal window
term_boxplot(formula, data = NULL, width = getOption("width"))
formula |
a formula |
data |
data frame or matrix |
width |
width of the boxplot in characters |
invisibly return the color summary data frame used to draw the boxplot
term_boxplot(mpg ~ cyl, data=mtcars) term_boxplot(Sepal.Length ~ Species, data=iris, width=70)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.