kmeans_scree_plt: OPPE CPOE K-Means Scree Plot

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/oppe_report_plt_funtions.R

Description

Create a scree-plot from the kmeans_mapped_tbl() function.

Usage

1

Arguments

.data

The data from the kmeans_mapped_tbl() function

Details

Outputs a scree-plot

Value

A ggplot2 plot

Author(s)

Steven P. Sanderson II, MPH

See Also

https://en.wikipedia.org/wiki/Scree_plot

Examples

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)

spsanderson/LICHospitalR documentation built on Jan. 6, 2022, 12:32 a.m.