Description Usage Arguments Examples
View source: R/calc_indices_get_arguments.R
arguments for index txx
1 2 | ## S3 method for class 'txx'
index_arguments(climindvis, NAmaxAgg = 20, trend = FALSE, NAmaxTrend = 20, ...)
|
climindvis |
Object of type climindvis as returned by |
NAmaxAgg |
Maximum number of missing values in daily data of each aggregation period (e.g. in all January values for the whole time series). Value between 0 (=0%; no missing values allowed) and 100 (=100%; all values can be missing values). If the number of missing values is higher than NAmaxAgg the index value for the respective grid point/station is set to NA. Default = 20 (20%). |
trend |
Logial (or character). Calculates trends with a predefined method for the chosen index. For information on default method, see |
NAmaxTrend |
Maximum number of years in time series of index which are missing values. Value between 0 (=0%); no years with missing values allowed) and 100 (=100%); all years can be missing values). If exceeded, the trend is set to NA for the respective grid point/station. Note that the value is relative to the length of the time series. Default = 20 (20%). |
1 2 | data(object_st) # load example objects
calc_index(object_st,index="txx",aggt="monthly", selagg=c(2:4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.