max.stepfun {IBMPopSim} | R Documentation |
Returns the maximum of a function of class stepfun
.
Description
Returns the maximum of a function of class stepfun
.
Usage
## S3 method for class 'stepfun'
max(..., na.rm = FALSE)
Arguments
... |
argument of class |
na.rm |
a logical indicating whether missing values should be removed |
Value
The maximum of the step function.
[Package IBMPopSim version 1.0.0 Index]