Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/oppe_report_plt_funtions.R
Create a scree-plot from the kmeans_mapped_tbl() function.
| 1 | 
| .data | The data from the  | 
Outputs a scree-plot
A ggplot2 plot
Steven P. Sanderson II, MPH
https://en.wikipedia.org/wiki/Scree_plot
| 1 2 3 4 5 6 7 | df <- oppe_cpoe_query() %>%
        oppe_cpoe_tbl() %>%
        oppe_cpoe_user_item_tbl()
kmeans_nested_tbl <- kmeans_mapped_tbl(.data = df)
kmeans_scree_plt(.data = kmeans_nested_tbl)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.