Description Usage Arguments Objects from the Class Slots Extends Methods Note Author(s) References Examples
The clock
class of objects.
1 |
... |
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.
.Data
:Object of class integer
Class integer
, from data part.
Class numeric
, directly, with explicit coerce.
Class double
, by class
integer
, distance 2, with explicit coerce.
Class vector
, by class
integer
, distance 2.
Class data.frameRowLabels
, by class
integer
, distance 2.
signature(x = "ANY", y = "clock")
: ...
signature(x = "clock", y = "ANY")
: ...
signature(x = "clock", y = "clock")
: ...
signature(x = "clock")
: ...
signature(x = "clock")
: ...
signature(x = "clock")
: ...
signature(from = "integer", to = "clock")
: ...
signature(from = "clock", to = "numeric")
: ...
signature(from = "numeric", to = "clock")
: ...
signature(from = "clock", to = "numeric")
: ...
signature(e1 = "ANY", e2 = "clock")
: ...
signature(e1 = "clock", e2 = "ANY")
: ...
signature(e1 = "clock", e2 = "clock")
: ...
signature(.Object = "clock")
: ...
signature(e1 = "ANY", e2 = "clock")
: ...
signature(e1 = "clock", e2 = "ANY")
: ...
signature(e1 = "clock", e2 = "clock")
: ...
signature(x = "clock")
: ...
signature(object = "clock")
: ...
signature(x = "clock")
: ...
Notes here
Robin K. S. Hankin
Wikipedia page
1 | showClass("clock")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.