Description Usage Arguments Value Examples
A stacked histogram
1 | stackedHistogram(df, minCount = 1, path = 0)
|
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 |
A highcharter stacked histogram
1 2 | hist <- stackedHistogram(df)
hist <- stackedHistogram(df, 0, path = 'C:/.../histogram.html')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.