r label plots with fractions
问题 I would like to create 3 plots each containing a plot of 2 lines from different data frames, and then label each plot with a specific fraction. So for example I have the 3 data frames: df1 <- data.frame(x=c(1,2,3,4),y=c(2,3,4,5), z=c(3,3,6,8)) df2 <- data.frame(x=c(3,4,5,6),y=c(1,3,6,7), z=c(2,4,4,8)) df3 <- data.frame(x=c(1,2,2,3),y=c(2,5,6,9), z=c(2,5,6,7)) And I would like to: 1) Create 3 different plots for each data frame, each with one red and one blue line; 2) Add an annotation over