boxplot_tbl | R Documentation |
Make a simple boxplot plotting tbl
boxplot_tbl(x, index = 2)
x |
a matrix or data.frame |
index |
summarisation index, "1" for rows or "2" (default) for columns. |
A tibble
data(cpop_data_binary, package = 'CPOP') ## Loading example matrix x1 = cpop_data_binary$x1 set.seed(1) boxplot_tbl(x = x1, index = 1) boxplot_tbl(x = x1, index = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.