library(dplyr)
carbon.fabric.2 %>%
filter(test == "WT" & condition == "RTD") %>%
nested_data_plot(strength,
groups = c(batch, panel))
# Labels can be filled too
carbon.fabric.2 %>%
filter(test == "WT" & condition == "RTD") %>%
nested_data_plot(strength,
groups = c(batch, panel),
fill = batch)
Run the code above in your browser using DataLab