View source: R/raster_aggregation.R
raster_aggregation | R Documentation |
Create mean, median and sd rasters of SST from a sequence of dates
raster_aggregation(DateS)
Dates |
A sequence of dates output from date.sequence() |
A raster stack of 3 raster layers (mean, median and standard deviation)
year = "2018" month = "06" day = "10" DateS <- date.sequence(year,month,day,7) Rs <- raster_aggregation(DateS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.