Most of these functions, particularly the settters, are intended
almost exclusively for internal use in, e.g., matrix_form
methods,
and should generally not be called by end users.
mf_strings(mf)mf_spans(mf)
mf_aligns(mf)
mf_display(mf)
mf_formats(mf)
mf_rinfo(mf)
mf_cinfo(mf)
mf_has_topleft(mf)
mf_lgrouping(mf)
mf_rfnotes(mf)
mf_nlheader(mf)
mf_nrheader(mf)
mf_colgap(mf)
mf_strings(mf) <- value
mf_spans(mf) <- value
mf_aligns(mf) <- value
mf_display(mf) <- value
mf_formats(mf) <- value
mf_rinfo(mf) <- value
mf_cinfo(mf) <- value
mf_lgrouping(mf) <- value
mf_rfnotes(mf) <- value
mf_nrheader(mf) <- value
mf_colgap(mf) <- value
mf_ncol(mf)
mf_nrow(mf)
mf_ncol(mf) <- value
# S4 method for MatrixPrintForm
ncol(x)
mpf_has_rlabels(mf)
mf_has_rlabels(mf)
The element of the MatrixPrintForm associated with the getter, or the modified MatrixPrintForm object in the case of a setter.
MatrixPrintForm(1). A MatrixPrintForm object
ANY. The new value for the component in question.
MatrixPrintForm. The object.