financial_matrix
Basic methods for objects of class financial_matrix
# S4 method for financial_matrix
rownames(x, do.NULL = TRUE, prefix = "row")# S4 method for financial_matrix
colnames(x, do.NULL = TRUE, prefix = "row")
A character vector of length equal to the number of rows (or columns) in the financial_matrix
corresponding to the names of the rows (or columns)
The financial_matrix
object to operate on
Whether to use NULL
names. Defaults to FALSE
Prefix for created names (if do.NULL
is FALSE
and names are NULL
)
Telarico, Fabio Ashtar
Mind that usually the rows and columns are named after the firm's tickers.