Description Usage Arguments Value See Also Examples
This function computes the maximum value of each element of a univariate functional dataset, optionally returning also the value of the grid where they are fulfilled.
1 |
fData |
the functional dataset containing elements whose maxima have to
be computed, in form of |
... |
additional parameters. |
which |
logical flag specifying whether the grid values where maxima are fulfilled have to be returned too. |
If which = FALSE
, the function returns a vector containing the
maxima for each element of the functional dataset; if which = TRUE
,
the function returns a data.frame
whose field value
contains
the values of maxima, and grid
contains the grid points where maxima
are reached.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.