Learn R Programming

symptomcheckR (version 0.1.3)

plot_comprehensiveness: plot_comprehensiveness

Description

Plots the comprehensiveness for one or multiple symptom checkers

Usage

plot_comprehensiveness(input)

Value

A ggplot object visualizing the comprehensiveness for either one or multiple symptom checkers

Arguments

input

A dataframe containing the output of get_comprehensiveness()

Examples

Run this code
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)

Run the code above in your browser using DataLab