I have two mixing matrices with calculated values ββlike true positive (tp), false positives (fp), true negatives (tn) and false negatives (fn), corresponding to two different methods. I want to introduce them as 
I believe that a facet mesh or face wrapper can do this, but it's hard for me to get started. Here are the data of two mixing matrices corresponding to method 1 and method 2
dframe<-structure(list(label = structure(c(4L, 2L, 1L, 3L, 4L, 2L, 1L, 3L), .Label = c("fn", "fp", "tn", "tp"), class = "factor"), value = c(9, 0, 3, 1716, 6, 3, 6, 1713), method = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L), .Label = c("method1", "method2"), class = "factor")), .Names = c("label", "value", "method"), row.names = c(NA, -8L), class = "data.frame")