View source: R/plot_comprehensiveness.R
plot_comprehensiveness | R Documentation |
Plots the comprehensiveness for one or multiple symptom checkers
plot_comprehensiveness(input)
input |
A dataframe containing the output of get_comprehensiveness() |
A ggplot object visualizing the comprehensiveness for either one or multiple symptom checkers
data(symptomcheckRdata)
comprehensiveness <- get_comprehensiveness(
data = symptomcheckRdata,
triagelevel_advice = "Triage_advice_from_app",
vector_not_entered = c(NA),
apps = "App_name"
)
comprehensiveness_plot <- plot_comprehensiveness(comprehensiveness)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.