Setter functions for shaq objects. Generally not recommended unless you are sure you know what you're doing.
Data(x) <- value# S4 method for shaq
Data(x) <- value
DATA(x) <- value
# S4 method for shaq
DATA(x) <- value
A shaq.
The new data.
With Data<-
, a check on the global number of rows is performed. This
amounts to an allgather operation on a logical value (the local dimension
check).
Data<-
will perform checks on the inserted data and ensure that the
number of columns match across processors (requiring communication). It will
also udpate the number of rows as necessary.
DATA<-
will perform no checks, so use only if you're really sure that
you know what you're doing.