Jonathan Lee
Results
1
issues of
Jonathan Lee
I've added a reproducible example here. The plot will work under normal ggplot conditions but not if you send it to ggplotly ```r library(ggplot2) library(ggalluvial) library(tidyverse) data(vaccinations) levels(vaccinations$response) % mutate(pct...