diff --git a/R/AccumulationExceedingThreshold.R b/R/AccumulationExceedingThreshold.R index 62845bab8834e04328b038758660c62af19cf4dc..cceb07beb433bf5c00aeb0e5842091aba447234d 100644 --- a/R/AccumulationExceedingThreshold.R +++ b/R/AccumulationExceedingThreshold.R @@ -29,7 +29,7 @@ #' select from the data by providing a list of two elements: the final day of #' the period and the final month of the period. By default it is set to NULL #' and the indicator is computed using all the data provided in \code{data}. -#'@param time_dim A character string indicating the name of the function to +#'@param time_dim A character string indicating the name of the dimension to #' compute the indicator. By default, it is set to 'ftime'. More than one #' dimension name matching the dimensions provided in the object #' \code{data$data} can be specified. @@ -119,7 +119,7 @@ CST_AccumulationExceedingThreshold <- function(data, threshold, op = '>', #' select from the data by providing a list of two elements: the final day of #' the period and the final month of the period. By default it is set to NULL #' and the indicator is computed using all the data provided in \code{data}. -#'@param time_dim A character string indicating the name of the function to +#'@param time_dim A character string indicating the name of the dimension to #' compute the indicator. By default, it is set to 'ftime'. More than one #' dimension name matching the dimensions provided in the object #' \code{data$data} can be specified. diff --git a/R/PeriodAccumulation.R b/R/PeriodAccumulation.R index 5a672e05aa4a041e5eb29696845eb1dfd460eec7..ab093be28c7f58ddc1315ea9ab5e41a11de9f241 100644 --- a/R/PeriodAccumulation.R +++ b/R/PeriodAccumulation.R @@ -21,7 +21,7 @@ #' select from the data by providing a list of two elements: the final day of #' the period and the final month of the period. By default it is set to NULL #' and the indicator is computed using all the data provided in \code{data}. -#'@param time_dim A character string indicating the name of the function to +#'@param time_dim A character string indicating the name of the dimension to #' compute the indicator. By default, it is set to 'ftime'. More than one #' dimension name matching the dimensions provided in the object #' \code{data$data} can be specified. @@ -110,7 +110,7 @@ CST_PeriodAccumulation <- function(data, start = NULL, end = NULL, #' select from the data by providing a list of two elements: the final day of #' the period and the final month of the period. By default it is set to NULL #' and the indicator is computed using all the data provided in \code{data}. -#'@param time_dim A character string indicating the name of the function to +#'@param time_dim A character string indicating the name of the dimension to #' compute the indicator. By default, it is set to 'time'. More than one #' dimension name matching the dimensions provided in the object #' \code{data$data} can be specified. diff --git a/R/PeriodMean.R b/R/PeriodMean.R index 73700fd21fc21acbddef006443c4dfbf013c9e6f..55f28cd70a030ef1d2570c05879950e9dcc02e59 100644 --- a/R/PeriodMean.R +++ b/R/PeriodMean.R @@ -21,7 +21,7 @@ #' select from the data by providing a list of two elements: the final day of #' the period and the final month of the period. By default it is set to NULL #' and the indicator is computed using all the data provided in \code{data}. -#'@param time_dim A character string indicating the name of the function to +#'@param time_dim A character string indicating the name of the dimension to #' compute the indicator. By default, it is set to 'ftime'. More than one #' dimension name matching the dimensions provided in the object #' \code{data$data} can be specified. @@ -98,7 +98,7 @@ CST_PeriodMean <- function(data, start = NULL, end = NULL, #' select from the data by providing a list of two elements: the final day of #' the period and the final month of the period. By default it is set to NULL #' and the indicator is computed using all the data provided in \code{data}. -#'@param time_dim A character string indicating the name of the function to +#'@param time_dim A character string indicating the name of the dimension to #' compute the indicator. By default, it is set to 'ftime'. More than one #' dimension name matching the dimensions provided in the object #' \code{data$data} can be specified. diff --git a/R/TotalSpellTimeExceedingThreshold.R b/R/TotalSpellTimeExceedingThreshold.R index 9a5de435470ea8fba6653f6091a0126648ff4fd8..7039f28d21b7e133b8510590ba94a1c94398d4e4 100644 --- a/R/TotalSpellTimeExceedingThreshold.R +++ b/R/TotalSpellTimeExceedingThreshold.R @@ -34,7 +34,7 @@ #' select from the data by providing a list of two elements: the final day of #' the period and the final month of the period. By default it is set to NULL #' and the indicator is computed using all the data provided in \code{data}. -#'@param time_dim A character string indicating the name of the function to +#'@param time_dim A character string indicating the name of the dimension to #' compute the indicator. By default, it is set to 'ftime'. More than one #' dimension name matching the dimensions provided in the object #' \code{data$data} can be specified. @@ -127,7 +127,7 @@ CST_TotalSpellTimeExceedingThreshold <- function(data, threshold, spell, op = '> #' select from the data by providing a list of two elements: the final day of #' the period and the final month of the period. By default it is set to NULL #' and the indicator is computed using all the data provided in \code{data}. -#'@param time_dim A character string indicating the name of the function to +#'@param time_dim A character string indicating the name of the dimension to #' compute the indicator. By default, it is set to 'ftime'. More than one #' dimension name matching the dimensions provided in the object #' \code{data$data} can be specified. diff --git a/R/TotalTimeExceedingThreshold.R b/R/TotalTimeExceedingThreshold.R index 5e800f059535a08130d772ac45f3380ccb27b124..6e6e72d907a9efc21e8b54d4572a412f91542e7d 100644 --- a/R/TotalTimeExceedingThreshold.R +++ b/R/TotalTimeExceedingThreshold.R @@ -37,7 +37,7 @@ #' select from the data by providing a list of two elements: the final day of #' the period and the final month of the period. By default it is set to NULL #' and the indicator is computed using all the data provided in \code{data}. -#'@param time_dim A character string indicating the name of the function to +#'@param time_dim A character string indicating the name of the dimension to #' compute the indicator. By default, it is set to 'ftime'. More than one #' dimension name matching the dimensions provided in the object #' \code{data$data} can be specified. @@ -134,7 +134,7 @@ CST_TotalTimeExceedingThreshold <- function(data, threshold, op = '>', #' select from the data by providing a list of two elements: the final day of #' the period and the final month of the period. By default it is set to NULL #' and the indicator is computed using all the data provided in \code{data}. -#'@param time_dim A character string indicating the name of the function to +#'@param time_dim A character string indicating the name of the dimension to #' compute the indicator. By default, it is set to 'time'. More than one #' dimension name matching the dimensions provided in the object #' \code{data$data} can be specified. diff --git a/R/WindCapacityFactor.R b/R/WindCapacityFactor.R index 659e6d4c7f06ebfacdab87460cf2682072c73dc0..ee542ebe423fc54c57a114755e7905df9fa63214 100644 --- a/R/WindCapacityFactor.R +++ b/R/WindCapacityFactor.R @@ -30,7 +30,7 @@ #' select from the data by providing a list of two elements: the final day of #' the period and the final month of the period. By default it is set to NULL #' and the indicator is computed using all the data provided in \code{data}. -#'@param time_dim A character string indicating the name of the function to +#'@param time_dim A character string indicating the name of the dimension to #' compute the indicator. By default, it is set to 'ftime'. More than one #' dimension name matching the dimensions provided in the object #' \code{data$data} can be specified. @@ -120,7 +120,7 @@ CST_WindCapacityFactor <- function(wind, IEC_class = c("I", "I/II", "II", "II/II #' select from the data by providing a list of two elements: the final day of #' the period and the final month of the period. By default it is set to NULL #' and the indicator is computed using all the data provided in \code{data}. -#'@param time_dim A character string indicating the name of the function to +#'@param time_dim A character string indicating the name of the dimension to #' compute the indicator. By default, it is set to 'ftime'. More than one #' dimension name matching the dimensions provided in the object #' \code{data$data} can be specified. diff --git a/R/WindPowerDensity.R b/R/WindPowerDensity.R index 6bbc5978b0bac13e7614c6968af3809f93109ddf..bbdd07d87c6b82ce67544366ad042fe273051d99 100644 --- a/R/WindPowerDensity.R +++ b/R/WindPowerDensity.R @@ -20,7 +20,7 @@ #' select from the data by providing a list of two elements: the final day of #' the period and the final month of the period. By default it is set to NULL #' and the indicator is computed using all the data provided in \code{data}. -#'@param time_dim A character string indicating the name of the function to +#'@param time_dim A character string indicating the name of the dimension to #' compute the indicator. By default, it is set to 'ftime'. More than one #' dimension name matching the dimensions provided in the object #' \code{data$data} can be specified. @@ -100,7 +100,7 @@ CST_WindPowerDensity <- function(wind, ro = 1.225, start = NULL, end = NULL, #' select from the data by providing a list of two elements: the final day of #' the period and the final month of the period. By default it is set to NULL #' and the indicator is computed using all the data provided in \code{data}. -#'@param time_dim A character string indicating the name of the function to +#'@param time_dim A character string indicating the name of the dimension to #' compute the indicator. By default, it is set to 'ftime'. More than one #' dimension name matching the dimensions provided in the object #' \code{data$data} can be specified. diff --git a/man/AccumulationExceedingThreshold.Rd b/man/AccumulationExceedingThreshold.Rd index f7e09825f02f76ac6d6c125330f865a34bc9132a..e646dc627b325dece44c37eb14f72842f54998a8 100644 --- a/man/AccumulationExceedingThreshold.Rd +++ b/man/AccumulationExceedingThreshold.Rd @@ -44,7 +44,7 @@ select from the data by providing a list of two elements: the final day of the period and the final month of the period. By default it is set to NULL and the indicator is computed using all the data provided in \code{data}.} -\item{time_dim}{A character string indicating the name of the function to +\item{time_dim}{A character string indicating the name of the dimension to compute the indicator. By default, it is set to 'ftime'. More than one dimension name matching the dimensions provided in the object \code{data$data} can be specified.} diff --git a/man/CST_AccumulationExceedingThreshold.Rd b/man/CST_AccumulationExceedingThreshold.Rd index 9785f9705a2f6b06a71d6d0633294ba3ab67329b..0754c249fa2d63a68dafbffdd7da7571dae90e26 100644 --- a/man/CST_AccumulationExceedingThreshold.Rd +++ b/man/CST_AccumulationExceedingThreshold.Rd @@ -40,7 +40,7 @@ select from the data by providing a list of two elements: the final day of the period and the final month of the period. By default it is set to NULL and the indicator is computed using all the data provided in \code{data}.} -\item{time_dim}{A character string indicating the name of the function to +\item{time_dim}{A character string indicating the name of the dimension to compute the indicator. By default, it is set to 'ftime'. More than one dimension name matching the dimensions provided in the object \code{data$data} can be specified.} diff --git a/man/CST_PeriodAccumulation.Rd b/man/CST_PeriodAccumulation.Rd index 5a2c3ce8db1e95b011693e95509d25e7609cf51f..afd6080a4f6aa7dc6bf7596e684169d2a6a7a1d6 100644 --- a/man/CST_PeriodAccumulation.Rd +++ b/man/CST_PeriodAccumulation.Rd @@ -28,7 +28,7 @@ select from the data by providing a list of two elements: the final day of the period and the final month of the period. By default it is set to NULL and the indicator is computed using all the data provided in \code{data}.} -\item{time_dim}{A character string indicating the name of the function to +\item{time_dim}{A character string indicating the name of the dimension to compute the indicator. By default, it is set to 'ftime'. More than one dimension name matching the dimensions provided in the object \code{data$data} can be specified.} diff --git a/man/CST_PeriodMean.Rd b/man/CST_PeriodMean.Rd index 574e476b82640ce89f2e0e7c09fa88b8843c9733..c4e3dae8e25be517c9c82bebfa8196f552cdf36c 100644 --- a/man/CST_PeriodMean.Rd +++ b/man/CST_PeriodMean.Rd @@ -28,7 +28,7 @@ select from the data by providing a list of two elements: the final day of the period and the final month of the period. By default it is set to NULL and the indicator is computed using all the data provided in \code{data}.} -\item{time_dim}{A character string indicating the name of the function to +\item{time_dim}{A character string indicating the name of the dimension to compute the indicator. By default, it is set to 'ftime'. More than one dimension name matching the dimensions provided in the object \code{data$data} can be specified.} diff --git a/man/CST_TotalSpellTimeExceedingThreshold.Rd b/man/CST_TotalSpellTimeExceedingThreshold.Rd index d395ae6393a7008f0ee6d0148cfba4295c311a84..d19415e81fcf96a35ed116f956bce64fec5b67d9 100644 --- a/man/CST_TotalSpellTimeExceedingThreshold.Rd +++ b/man/CST_TotalSpellTimeExceedingThreshold.Rd @@ -40,7 +40,7 @@ select from the data by providing a list of two elements: the final day of the period and the final month of the period. By default it is set to NULL and the indicator is computed using all the data provided in \code{data}.} -\item{time_dim}{A character string indicating the name of the function to +\item{time_dim}{A character string indicating the name of the dimension to compute the indicator. By default, it is set to 'ftime'. More than one dimension name matching the dimensions provided in the object \code{data$data} can be specified.} diff --git a/man/CST_TotalTimeExceedingThreshold.Rd b/man/CST_TotalTimeExceedingThreshold.Rd index 3c5c11f954760cfb98777ea286e348b7831d55e0..980d77b2b85f7bbb0d8b0f6d099053861c40528c 100644 --- a/man/CST_TotalTimeExceedingThreshold.Rd +++ b/man/CST_TotalTimeExceedingThreshold.Rd @@ -38,7 +38,7 @@ select from the data by providing a list of two elements: the final day of the period and the final month of the period. By default it is set to NULL and the indicator is computed using all the data provided in \code{data}.} -\item{time_dim}{A character string indicating the name of the function to +\item{time_dim}{A character string indicating the name of the dimension to compute the indicator. By default, it is set to 'ftime'. More than one dimension name matching the dimensions provided in the object \code{data$data} can be specified.} diff --git a/man/CST_WindCapacityFactor.Rd b/man/CST_WindCapacityFactor.Rd index 28f437fb4cebf6e8f6f58683305884dd7b5d3c17..1dd879bebefc4f8675f0549a7f38ba8efc6d116c 100644 --- a/man/CST_WindCapacityFactor.Rd +++ b/man/CST_WindCapacityFactor.Rd @@ -34,7 +34,7 @@ select from the data by providing a list of two elements: the final day of the period and the final month of the period. By default it is set to NULL and the indicator is computed using all the data provided in \code{data}.} -\item{time_dim}{A character string indicating the name of the function to +\item{time_dim}{A character string indicating the name of the dimension to compute the indicator. By default, it is set to 'ftime'. More than one dimension name matching the dimensions provided in the object \code{data$data} can be specified.} diff --git a/man/CST_WindPowerDensity.Rd b/man/CST_WindPowerDensity.Rd index 9e534571b9f674e66869fb3965b9006f7f87c8f9..9c3040cbd6adfc0ed2ab4c8b05087976c0775d0e 100644 --- a/man/CST_WindPowerDensity.Rd +++ b/man/CST_WindPowerDensity.Rd @@ -32,7 +32,7 @@ select from the data by providing a list of two elements: the final day of the period and the final month of the period. By default it is set to NULL and the indicator is computed using all the data provided in \code{data}.} -\item{time_dim}{A character string indicating the name of the function to +\item{time_dim}{A character string indicating the name of the dimension to compute the indicator. By default, it is set to 'ftime'. More than one dimension name matching the dimensions provided in the object \code{data$data} can be specified.} diff --git a/man/PeriodAccumulation.Rd b/man/PeriodAccumulation.Rd index 1f23e66703c5f56daed69068f1150dad22bc89c2..f6e6d3b324a56923b84b3e82ef500b4caf46d8e9 100644 --- a/man/PeriodAccumulation.Rd +++ b/man/PeriodAccumulation.Rd @@ -32,7 +32,7 @@ select from the data by providing a list of two elements: the final day of the period and the final month of the period. By default it is set to NULL and the indicator is computed using all the data provided in \code{data}.} -\item{time_dim}{A character string indicating the name of the function to +\item{time_dim}{A character string indicating the name of the dimension to compute the indicator. By default, it is set to 'time'. More than one dimension name matching the dimensions provided in the object \code{data$data} can be specified.} diff --git a/man/PeriodMean.Rd b/man/PeriodMean.Rd index 19fb9bf71b447876261dd26fd4aeb5983c7af6e0..803a3f2fd1dc7b6c1b0e06f72796496fa2a41192 100644 --- a/man/PeriodMean.Rd +++ b/man/PeriodMean.Rd @@ -32,7 +32,7 @@ select from the data by providing a list of two elements: the final day of the period and the final month of the period. By default it is set to NULL and the indicator is computed using all the data provided in \code{data}.} -\item{time_dim}{A character string indicating the name of the function to +\item{time_dim}{A character string indicating the name of the dimension to compute the indicator. By default, it is set to 'ftime'. More than one dimension name matching the dimensions provided in the object \code{data$data} can be specified.} diff --git a/man/TotalSpellTimeExceedingThreshold.Rd b/man/TotalSpellTimeExceedingThreshold.Rd index 2bcebfaa8e17ec34015616067a10485b3d65bcfa..37fd6cc0999f4bcf793bfa8da81248aa3758e87a 100644 --- a/man/TotalSpellTimeExceedingThreshold.Rd +++ b/man/TotalSpellTimeExceedingThreshold.Rd @@ -43,7 +43,7 @@ select from the data by providing a list of two elements: the final day of the period and the final month of the period. By default it is set to NULL and the indicator is computed using all the data provided in \code{data}.} -\item{time_dim}{A character string indicating the name of the function to +\item{time_dim}{A character string indicating the name of the dimension to compute the indicator. By default, it is set to 'ftime'. More than one dimension name matching the dimensions provided in the object \code{data$data} can be specified.} diff --git a/man/TotalTimeExceedingThreshold.Rd b/man/TotalTimeExceedingThreshold.Rd index 119d3922eca1e8d5e46cc91295aeae726d0fc0a7..524f93855a83aa7a55683c74ecd10adb2a62ee06 100644 --- a/man/TotalTimeExceedingThreshold.Rd +++ b/man/TotalTimeExceedingThreshold.Rd @@ -42,7 +42,7 @@ select from the data by providing a list of two elements: the final day of the period and the final month of the period. By default it is set to NULL and the indicator is computed using all the data provided in \code{data}.} -\item{time_dim}{A character string indicating the name of the function to +\item{time_dim}{A character string indicating the name of the dimension to compute the indicator. By default, it is set to 'time'. More than one dimension name matching the dimensions provided in the object \code{data$data} can be specified.} diff --git a/man/WindCapacityFactor.Rd b/man/WindCapacityFactor.Rd index 4779ff09367fd7f3963caae16c84a5f2c7597930..557771e864a523db0a335f2e8e5bdfc8eb282e5d 100644 --- a/man/WindCapacityFactor.Rd +++ b/man/WindCapacityFactor.Rd @@ -40,7 +40,7 @@ select from the data by providing a list of two elements: the final day of the period and the final month of the period. By default it is set to NULL and the indicator is computed using all the data provided in \code{data}.} -\item{time_dim}{A character string indicating the name of the function to +\item{time_dim}{A character string indicating the name of the dimension to compute the indicator. By default, it is set to 'ftime'. More than one dimension name matching the dimensions provided in the object \code{data$data} can be specified.} diff --git a/man/WindPowerDensity.Rd b/man/WindPowerDensity.Rd index af919a617c6caa289fa1b207b6714394ff8af338..8e3c8e3d3d147ad0b3cb88c593ad6f390c51e189 100644 --- a/man/WindPowerDensity.Rd +++ b/man/WindPowerDensity.Rd @@ -37,7 +37,7 @@ select from the data by providing a list of two elements: the final day of the period and the final month of the period. By default it is set to NULL and the indicator is computed using all the data provided in \code{data}.} -\item{time_dim}{A character string indicating the name of the function to +\item{time_dim}{A character string indicating the name of the dimension to compute the indicator. By default, it is set to 'ftime'. More than one dimension name matching the dimensions provided in the object \code{data$data} can be specified.}