View source: R/extractSimulationResults.R
aggMax | R Documentation |
Sane max for aggregation
aggMax(x)
x |
[ |
R's max
returns ‘-Inf’ for empty lists.
This is undesirable for aggregation where we would rather have ‘NA’.
Maximum value in ‘x’ or ‘NA’ if ‘x’ is empty.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.