FYI, clim.pact is not on CRAN, so you have to downlad through its achieve page. Particularly, if you are a window user, then you will have to install Rtools before you pack "tar.gz" file in R. Check the website below, if you need it.
http://cran.r-project.org/bin/windows/Rtools/
After installing Rtools, then you can unpack your clim.pact by the following comment
install.packages(" path to your clim.pact.tar.gz ", repos=NULL, type="source")
library(clim.pact)
plot(c(117,123),c(21,27),type="n")
addland()
grid()
So easy! What a surprise!
No comments:
Post a Comment