plot the 90-90-90 UNAIDS's target
gg909090(
first = 0.9,
second = 0.9,
third = 0.9,
col = "#E81634",
sub = c("diagnosed", "on treatment", "virally suppressed"),
p_size = 6,
sub_size = 4,
overall = FALSE
)
value of the first 90
value of the second 90
value of the third 90
colour of the graph
value of the sub-labels (NULL
to hide)
text size of the percentages
text size of the sub-labels
display the overall percentage?
gg909090()
gg909090(0.782334, .6789, .82, col = "darkblue", overall = TRUE)