2017-12-06から1日間の記事一覧

library(dplyr)

library(beeswarm)x y z #boxplot(x, y, z) b01 col = c("orange", "blue", "magenta"), method = "square", pch = 20) # add = TRUE)library(reshape2) head(reshape2::french_fries) molten = reshape2::melt(reshape2::french_fries, id.vars=c("time", "…