0

I can't use windRose (or even pollutionRose) in R (Rstudio) because of the Error: index out of bounds error even when applying on the included dataset (mydata) with the package. I reinstalled and loaded dplyr, lazyeval, maps packages just in case they were outdated.

The exact code I used was

library(openair)
data(mydata)
windRose(mydata)

I tried on Windows 7 version of Rstudio and it worked.

Thanks for the help!

4

1 に答える 1

0

わかりましたので、動作するようになりましたが、次のopenairような必要なすべてのパッケージを削除してインストールする必要がありました

dplyr, maps, lazyeval(フォーラムを読むと、このパッケージが「<code>Error: index out of bounds」エラーの原因のようです) ...そしてインストールしopenairます。

于 2015-03-31T16:29:38.057 に答える