financial_matrix objectUnlike most other methods (i.e., duplicated, isSymmetric, summary, rownames, and colnames), these methods act on both the matrix-like and the other components of a financial_matrix object.
# S4 method for financial_matrix
ncol(x)# S4 method for financial_matrix
nrow(x)
A single numeric, the number of rows (columns) in the matrix. It also prints a message to the console if any of the object's other attributes (e.g., capitalisation) is not conformed to the matrix's dimensions
The financial_matrix object to operate on
Telarico, Fabio Ashtar
Checks if the length of the names matches that of the other attributes that are not NA or structurally of unitary length (i.e., the slots M and relation).