powered by
The class "replValue" is a virtual class used for values in signatures for sub-assignment of Matrix matrices.
"replValue"
In fact, it is a simple class union (setClassUnion) of "numeric" and "logical" (and maybe "complex" in the future).
setClassUnion
"numeric"
"logical"
"complex"
Since it is a virtual Class, no objects may be created from it.
Subassign-methods, also for examples.
Subassign-methods
showClass("replValue")
Run the code above in your browser using DataLab