我用facet_wrap來繪製一些數據。這裏是一個例子: library (ggplot2) library (reshape) # generate some dummy data x = seq(0,1,0.05) precision = sqrt(x) recall ...
確定! 回上一頁