Funnel plot outlier display formatting

Hi All,
I am trying to create a funnel plot using the below code.

a<-funnel_plot(numerator=DT$n,denominator=DT$Expected, group=DT$Site, label_outliers = 99, Poisson_limits = TRUE, OD_adjust = FALSE, method = "SHMI", Winsorise_by = 0.1, title = "Rate", multiplier = 1, x_label = "Expected", y_label = "Standardised Ratio", xrange = "auto", yrange = "auto", return_elements = c("plot", "data", "limits"))

Can you please help to

display the outlier in a different color
to include data label only to outlier data.

Thanks,
MB

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.