.apply_index | R Documentation |
Maximum 1-day precipitation
.apply_index(
rst_path,
vct = NULL,
start_date,
end_date,
init_month = NULL,
index_fun,
index_args = list()
)
rst_path |
File path to either:
|
vct |
Vector file of the study area (Optional). It will be used to crop the spatial extent of the raster files if required. This parameter is set to 'NULL' |
start_date |
Position where the dates of the raster files start. For example, start_date = 10 for 'ProductX_1989-02-28.tif' as the date start in the 10th character. |
end_date |
Position where the dates of the raster files end. For example, end_date = 19 for 'ProductX_1989-02-28.tif', and end_date = 16 for 'ProductX_1989-02.nc'. |
init_month |
Numeric value that represents the initial month that will be used in the calculation of the indices for each year (1 = Jan, 2 = Feb, ...., 12 = December). This parameter is set to NULL meaning that if not specified, the year will start in January. |
index_fun |
The function that will be applied to the raster layers. |
index_args |
List of additional arguments to be passed to the selected function ('index_fun'). |
this function applies any selected Climdex index.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.