Returns the maximum of a function of class stepfun.

# S3 method for class 'stepfun'
max(..., na.rm = FALSE)

Arguments

...

argument of class stepfun

na.rm

a logical indicating whether missing values should be removed

Value

The maximum of the step function.