Re: [R] TrendRaster function

2018-11-26 Thread Jeff Newmiller
a) You had to go out of your way to even install this package... it is lonly available on R-forge. This kind of question seems likely to require support from the package author. (Use the"maintainer" function to identify the author.) b) You may find a similar functionality in a CRAN package. Try

[R] TrendRaster function

2018-11-23 Thread Jackson Rodrigues
Dear all, I am trying to run the codes of "greenbrown" package for detection in raster time serie. However the error below reported occurs. # library(greenbrown) data(ndvimap) ndvimap plot(ndvimap,8) # calculate trend: annual aggregation method AATmap <- TrendRaster(ndvimap$X1982.01.01, sta