Learn R Programming

hmi (version 0.9.16)

floor: Generic floor

Description

Generic floor

Usage

floor(x, ...)

# S3 method for default floor(x, ...)

# S3 method for interval floor(x, ...)

Arguments

x

numeric vector or interval object

...

further arguments passed to floor.

Methods (by class)

  • default: for numeric vectors

  • interval: for interval objects.