Print: Methods for printing clock objects

Description Usage Arguments Author(s) Examples

Description

Methods for printing clock objects, specifically for reminding the user that the entries are not integers.

Usage

1
2
## S3 method for class 'clock'
print(x, ...)

Arguments

x

An object of class clock

...

Further arguments (currently ignored)

Author(s)

Robin K. S. Hankin

Examples

1
2
3
4
modulus(10)
a <- as.mod(1:100)
dput(a)
a

RobinHankin/clock documentation built on Nov. 8, 2021, 6:17 p.m.