FF-basic-methods {FinNet} | R Documentation |
Basic methods for objects of class financial_matrix
Description
Basic methods for objects of class financial_matrix
Usage
## 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")
Arguments
x |
The |
do.NULL |
Whether to use |
prefix |
Prefix for created names (if |
Details
Mind that usually the rows and columns are named after the firm's tickers.
Value
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)
Author(s)
Telarico, Fabio Ashtar
[Package FinNet version 0.1.2 Index]