FF-basic-methods | R Documentation |
financial_matrix
Basic methods for objects of class financial_matrix
## S4 method for signature 'financial_matrix'
rownames(x, do.NULL = TRUE, prefix = "row")
## S4 method for signature 'financial_matrix'
colnames(x, do.NULL = TRUE, prefix = "row")
x |
The |
do.NULL |
Whether to use |
prefix |
Prefix for created names (if |
Mind that usually the rows and columns are named after the firm's tickers.
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)
Telarico, Fabio Ashtar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.