Extract: Extract or replace parts of clock objects

Description Arguments Value Author(s) Examples

Description

Methods for "[" and "[<-", i.e., extraction or subsetting of clock objects.

Arguments

x

Object of class clock

i

elements to extract or replace

value

replacement value

Value

Always return an object of the same class as x.

Author(s)

Robin K. S. Hankin

Examples

1
2
3
4
5
modulus(13)
as.mod(11)^(1:10)
as.mod(11)^(1:10)

as.mod(10)^100 # a googol, modulo 13

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