mpf_accessors: 'Setters' and 'getters' for aspects of 'MatrixPrintForm'...

mf_stringsR Documentation

Setters and getters for aspects of MatrixPrintForm Objects

Description

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.

Usage

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 signature 'MatrixPrintForm'
ncol(x)

mpf_has_rlabels(mf)

mf_has_rlabels(mf)

Arguments

mf

MatrixPrintForm(1). A MatrixPrintForm object

value

ANY. The new value for the component in question.

x

MatrixPrintForm. The object.

Value

The element of the MatrixPrintForm associated with the getter, or the modified MatrixPrintForm object in the case of a setter.


formatters documentation built on Aug. 25, 2023, 5:18 p.m.