Closed smvanliempd closed 1 year ago
This code
df <- data.frame(group = "G1", val = abs(rnorm(20))) ggplot(df, aes(x = group, y = val))+ geom_beeswarm() + ylim(0,NA)
gives the following error
Error in if (limDiff == 0) limDiff <- 1 : missing value where TRUE/FALSE needed
This is also the case for ylim(NA,x).
fixed in #60
This code
gives the following error
This is also the case for ylim(NA,x).