boxplot_tbl: Make a simple boxplot plotting tbl

View source: R/boxplot_tbl.R

boxplot_tblR Documentation

Make a simple boxplot plotting tbl

Description

Make a simple boxplot plotting tbl

Usage

boxplot_tbl(x, index = 2)

Arguments

x

a matrix or data.frame

index

summarisation index, "1" for rows or "2" (default) for columns.

Value

A tibble

Examples

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)

kevinwang09/top documentation built on April 20, 2022, 3:01 a.m.