pivoting for 2 columns of values
I have the following data: structure(list(criteria = c("D_max", "ENT_max", "Q_max", "MDCT_min", "BOD_min", "GF_max", "VOL_min"), Mean_ME_opaco = c(2.31951219512195, 3.59547738693467, 3.88265306122449, 5.68948655256724, 6.3643216080402, 6.55635491606715, 6.7), Mean_ME_Transp = c(0.869565217391304, 10.8641975308642, 2.1264367816092, 1, 3.67901234567901, 3.70967741935484, 2.18840579710145), sd_ME_opaco = c(4.13735558695493, 4.39425771945945, 4.71884778320564, 6.86415183201686, 6.50095388599195, 6.43475495235123, 6.56397890542807), sd_ME_Transp = c(1.78154793465634, 6.37525114489569, 3.09088907846522, 2.09208307535884, 4.75086087065762, 4.41824494780745, 3.46102399977589)), row.names = c(NA, -7L), class… Read More pivoting for 2 columns of values