ggSunburst | R Documentation |
ggSunburst
ggSunburst(treatmentPathways, groupCombinations = FALSE, unit = "percent")
treatmentPathways |
( |
groupCombinations |
(
|
unit |
( |
(gg
, ggplot
)
# Dummy data, typically read from treatmentPathways.csv
treatmentPatwhays <- data.frame(
pathway = c("Acetaminophen", "Acetaminophen-Amoxicillin+Clavulanate",
"Acetaminophen-Aspirin", "Amoxicillin+Clavulanate", "Aspirin"),
freq = c(206, 6, 14, 48, 221),
sex = rep("all", 5),
age = rep("all", 5),
index_year = rep("all", 5)
)
ggSunburst(treatmentPatwhays)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.