createSunburstPlot {TreatmentPatterns} | R Documentation |
createSunburstPlot
Description
New sunburstPlot function
Usage
createSunburstPlot(treatmentPathways, groupCombinations = FALSE, ...)
Arguments
treatmentPathways |
( |
groupCombinations |
(
|
... |
Paramaters for sunburst. |
Value
(htmlwidget
)
Examples
# Dummy data, typically read from treatmentPathways.csv
treatmentPatwhays <- data.frame(
path = 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)
)
createSunburstPlot(treatmentPatwhays)
[Package TreatmentPatterns version 2.6.7 Index]