clock: Class '"clock"'

Description Usage Arguments Objects from the Class Slots Extends Methods Note Author(s) References Examples

Description

The clock class of objects.

Usage

1

Arguments

...

Objects from the Class

Objects can be created by calls of the form clock(...), but this is not very user-friendly: the validation test is stringent. and one should use as.mod() in day-to-day use.

Slots

.Data:

Object of class integer

Extends

Methods

.cPair

signature(x = "ANY", y = "clock"): ...

.cPair

signature(x = "clock", y = "ANY"): ...

.cPair

signature(x = "clock", y = "clock"): ...

[

signature(x = "clock"): ...

[<-

signature(x = "clock"): ...

as.numeric

signature(x = "clock"): ...

coerce

signature(from = "integer", to = "clock"): ...

coerce

signature(from = "clock", to = "numeric"): ...

coerce

signature(from = "numeric", to = "clock"): ...

coerce<-

signature(from = "clock", to = "numeric"): ...

Compare

signature(e1 = "ANY", e2 = "clock"): ...

Compare

signature(e1 = "clock", e2 = "ANY"): ...

Compare

signature(e1 = "clock", e2 = "clock"): ...

initialize

signature(.Object = "clock"): ...

Logic

signature(e1 = "ANY", e2 = "clock"): ...

Logic

signature(e1 = "clock", e2 = "ANY"): ...

Logic

signature(e1 = "clock", e2 = "clock"): ...

Math

signature(x = "clock"): ...

show

signature(object = "clock"): ...

Summary

signature(x = "clock"): ...

Note

Notes here

Author(s)

Robin K. S. Hankin

References

Wikipedia page

Examples

1
showClass("clock")

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