FF-comparison-methods {FinNet} | R Documentation |
financial_matrix
objectBasic method to check to compare values in a financial_matrix
object
## S4 method for signature 'financial_matrix,logical'
duplicated(x, incomparables = FALSE, ...)
## S4 method for signature 'financial_matrix,logical'
unique(x, incomparables = FALSE, ...)
x |
The |
incomparables |
Either:
|
... |
Arguments passed to the relevant |
duplicated
: A logical array with the same dimensions and dimnames
of the financial_matrix
's matrix component.
unique
: The matrix component is coerced into a vector and then returned, but with only one copy of each duplicated element.
Telarico, Fabio Ashtar