Flow duration curve using facet_wrap of ggplot in R?
问题 I am using fdc of hydroTSM package . I have three data.frame and i would like to construct Flow duration curves (FDC) of the data.frame using facet_wrap functionality of ggplot to have the plots in three rows and one column . the following will produce FDC curves for DF1 . library(tidyverse) library(hydroTSM) library(gridExtra) DF1 = data.frame(Ob = runif(1000,0,500), A = runif(1000,0,700), B = runif(1000,2,800)) DF2 = data.frame(Ob = runif(1000,0,500), A = runif(1000,0,700), B = runif(1000,2