UpSetR
UpSetR copied to clipboard
Error when specifying both empty.intersections and boxplot.summary
Error occurs when specifying both empty.intersections and boxplot.summary:
> upset(movies, empty.intersections = 'on', boxplot.summary = c("AvgRating", "ReleaseDate"))
Error in `$<-.data.frame`(`*tmp*`, "x", value = 28L) :
replacement has 1 row, data has 0
Sadly the error keeps
I meet the same problem.....