If I try to manually compose some elements of a ggplot2 plot, it works just fine: > p <- ggplot(aes(x = mpg, y = hp), data = mtcars) > p + geom_vline(xintercept = 20) + geom_point(data = mtcars) But if I try to bundle some of the composition into a function, I get an error: > myFunction <- function() { + return( + geom_vline(xintercept = 20) + geom_point(data = mtcars) + ) + } > p <- ggplot(aes(x
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く