piano: Piano Plot

View source: R/piano.R

pianoR Documentation

Piano Plot

Description

The piano plot, introduced in this function on Feb 15, 2022, is based on the violin plot and, likewise, supposed to improve information density of the plot.

Usage

piano(data, plot_x = NULL)

Arguments

data

dataframe

plot_x

x (defaults to second column in dataframe)

Value

A piano plot of the data.

Examples

piano(data.frame(a = 1, x = runif(100))) # a is an arbitrary first column

rbitrage/HK documentation built on March 20, 2022, 11:40 a.m.