You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#plot output generated but without text written explicitly on correlation
funnel plot, however, when hovering it shows the text description
trial_funnelplot <- trial_churn %>%
binarize()%>%
glimpse()%>%
correlate(y__yes )%>%
plot_correlation_funnel()
ggplotly(trial_funnelplot)
Warning message:
In geom2trace.default(dots[[1L]][[1L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) :
geom_GeomTextRepel() has yet to be implemented in plotly