Pepijn Vink
Results
4
comments of
Pepijn Vink
Should also resolve #130
> Your solution does work, only the axis ticks are overlapping. Use this to remove: > > ```r > ggmice::plot_pattern(data.frame(rbind(rep(NA, 100), 1:100)), grid = FALSE) + ggplot2::scale_x_discrete(breaks = 0) >...
Should also decide on axis titles when breaks are removed.
add facet example using `patchwork` for each example.