IBMPopSim (version 0.3.0)

max.stepfun: Returns the maximum of a function of class stepfun.

Description

Returns the maximum of a function of class stepfun.

Usage

# S3 method for 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.