| Integer-class {distr} | R Documentation |
For the ease of method dispatch, there is an internal
S4 class Integer, which is a subclass of numeric and has a
straightforward validity method.
new("Integer",
.Data:"numeric"
Class "numeric", from data part.
Class "vector", by class "numeric", distance 2.
signature(from = "numeric", to = "Integer"):
create a "Integer" object from a "numeric" vector.Peter Ruckdeschel Peter.Ruckdeschel@itwm.fraunhofer.de