ggplot2: Boxplots with points and fill separation [duplicate]
问题 This question already has answers here : ggplot2 - jitter and position dodge together (2 answers) Closed 2 years ago . I have a data which can be divaded via two seperators. One is year and second is a field characteristics. box<-as.data.frame(1:36) box$year <- c(1996,1996,1996,1996,1996,1996,1996,1996,1996, 1997,1997,1997,1997,1997,1997,1997,1997,1997, 1996,1996,1996,1996,1996,1996,1996,1996,1996, 1997,1997,1997,1997,1997,1997,1997,1997,1997) box$year <- as.character(box$year) box$case <- c