indirectExternalMatrix-class {externalVector} | R Documentation |
Objects from this class store an object of class
"externalVector"
and a matrix subscript for that object and
behaves as if this is an object created by applying that subscript.
Objects can be created by calls of the form
as("indirectExternalMatrix", vec)
where vec
is an object
of class "externalVector"
.
actual
:"externalVector"
, the
actual object of which this is a subset index
:"matrixIndex"
, the
vector subscript to get the subset.
Class "externalVector"
, directly.
op
this returns the result of the operation. Either (or both) of
e1
and e2
are of class
"indirectExternalMatrix"
. Complex
group generic. Math
group generic. x
. x
with base
base
. x
according to the given subscripts. x
by value
according to the given subscripts. This assigns to the correct
elements of x@actual
. x
to a basic R vector with same
names, dimension and dimnames (if any of these are present in
x
). mode
. x
. x
to value
. x
. x
to value
. x
. x
to value
. storage
slot of
associated with x@actual
. x
indicating if an element of x
is finite. x
indicating if an element of x
is infinite. x
indicating if an element of x
is NA
. x
indicating if an element of x
is NaN
. force(x@actual)[x@index]
. TRUE
? TRUE
?
indirectExternalVector-class
for the matrix class
corresponding to this.