This function computes computes the minimum value of each element of a univariate functional dataset, optionally returning also the value of the grid where they are fulfilled.
minima(fData, ..., which = FALSE)
the functional dataset containing elements whose minima have to
be computed, in form of fData
object.
additional parameters.
logical flag specifying whether the grid values where minima are fulfilled have to be returned too.
If which = FALSE
, the function returns a vector containing the
minima for each element of the functional dataset; if which = TRUE
,
the function returns a data.frame
whose field value
contains
the values of minima, and grid
contains the grid points where minima
are reached.