NamesPhenologyRaster {greenbrown} | R Documentation |
This function returns the layer names of a raster brick that was created using PhenologyRaster
NamesPhenologyRaster(x, start = NULL)
x |
|
start |
beginning of the time series. |
Matthias Forkel <matthias.forkel@geo.tuwien.ac.at> [aut, cre]
# # load a multi-temporal raster dataset of Normalized Difference Vegetation Index # data(ndvimap) # plot(ndvimap, 8) # # calculate phenology # phenmap <- PhenologyRaster(ndvimap, start=c(1982, 1), freq=12) # plot(phenmap) # plot(phenmap) # # layer names of the result # NamesPhenologyRaster(30) # NamesPhenologyRaster(phenmap) # NamesPhenologyRaster(phenmap, start=1982) # names(phenmap)