plotProportionOfPatientsCovered {DrugUtilisation} | R Documentation |
Plot proportion of patients covered
Description
Plot proportion of patients covered
Usage
plotProportionOfPatientsCovered(
result,
ylim = c(0, NA),
facet = NULL,
colour = NULL,
colour_name = NULL
)
Arguments
result |
Output of summariseProportionOfPatientsCovered |
ylim |
Limits for the Y axis |
facet |
Variables to use for facets |
colour |
Variables to use for colours |
colour_name |
Colour legend name |
Value
Plot of proportion Of patients covered over time
[Package DrugUtilisation version 0.7.0 Index]