View source: R/monthly_stack.R
monthly_stack | R Documentation |
This function will calculate the mean monthly air temperature based on the period of time selected (start_date and end_date).
monthly_stack(stack, start_date, end_date)
stack |
Stack of mean rainfall/reference evapotranspiration Rasterstack |
start_date |
Date that start the investigation, should be in the following format (2000-01-01 /Year-Month-Day) |
end_date |
Date that end the investigation, should be in the following format (2017-12-31 /Year-Month-Day) |
Returns a stack with a monthly mean air temperature from a period of time
## Not run: start_date <- c('2000-01-01') end_date <- c('2017-12-01') monthly_rainfall <- monthly_stack(stack = rainfall_stack, start_date = start_date, end_date = end_date) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.