2014-01-01から1年間の記事一覧
エラーバーはgeom_errorbarで描画できる。x軸方向のエラーバーはgeom_errorbarhを使用する。 data(iris) d <- summaryBy(Sepal.Length + Sepal.Width ~ Species, data=iris, FUN=c(mean,sd)) g <- ggplot(d, aes(x=Sepal.Width.mean, y=Sepal.Length.mean, c…
library(doBy)のsummaryBy()関数が便利。 library(plyr)でも集計できるけれど、こちらの方が直観的に書きやすい感じ。 data(dietox) dietox12 <- subset(dietox,Time==12) summaryBy(Weight+Feed~Evit+Cu, data=dietox12,FUN=c(mean,var,length))
列の削除方法はいろいろあるけれど、ちょっとこの列消したいなっていうのを名前で指定するときに。 data(mtcars) head(mtcars) mtcars$wt <- NULL head(mtcars)
http://www.10tons.dk/ 原寸大のクジラから、プランクトンまで生物の模型をつくるデンマークの模型屋さん。細部まで素晴らしい再現で美しい。