stackedHistogram: A stacked histogram

Description Usage Arguments Value Examples

View source: R/diseases.R

Description

A stacked histogram

Usage

1
stackedHistogram(df, minCount = 1, path = 0)

Arguments

df

A dataframe from function dfForHistrogram

minCount

A number that will limit position count in traits for show

path

A path to save file to. 0 by default

Value

A highcharter stacked histogram

Examples

1
2
hist <- stackedHistogram(df)
hist <- stackedHistogram(df, 0, path = 'C:/.../histogram.html')

askv4694/ewasvisual documentation built on Dec. 19, 2021, 5:36 a.m.