1

オンライン リファレンス マニュアル、特にこのページで ggplot2 の例を試してみましたが、2 番目の例の最初のプロット以外はすべて生成できませんでした。

> d + stat_density2d(geom="tile", aes(fill = ..density..), contour = FALSE) 
Error in `[<-.data.frame`(`*tmp*`, var, value = list(`NA` = NULL)) : 
  missing values are not allowed in subscripted assignments of data frames
In addition: Warning message:
Removed 34912 rows containing missing values (stat_density2d).

私はR版を持っています。2.10.1 と ggplot2 バージョン。0.8.6

なにが問題ですか?

4

1 に答える 1

4

ここで報告されたバグのようです: http://groups.google.com/group/ggplot2/browse_thread/thread/6a7929d2b122efb2

于 2010-02-26T01:05:40.370 に答える