Description Usage Arguments Value Author(s) Examples
Create Bar Chart for aoi view times
1  | createStatsChart(stats, aoi = "all", ggplot_object = NULL)
 | 
stats | 
 data from   | 
aoi | 
 showing all aoi at ones (default) or only one aoi  | 
ggplot_object | 
 optional, additional ggplot code/settings  | 
ggplotly chart
Steve Sydow
1 2 3 4  | createStatsChart(createStats(importedData))
createStatsChart(createStats(importedData), aoi = "title")
createStatsChart(createStats(importedData),
                 ggplot_object = ggplot2::labs(title =""))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.