Learn R Programming

hmi (version 0.9.16)

round: Generic round

Description

Generic round

Usage

round(x, ...)

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

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

Arguments

x

numeric vector or interval object

...

further arguments passed to round.

Methods (by class)

  • default: for numeric vectors

  • interval: for interval objects.