FF-comparison-methods {FinNet} | R Documentation |
Basic method to check to compare values in a financial_matrix
object
Description
Basic method to check to compare values in a financial_matrix
object
Usage
## S4 method for signature 'financial_matrix,logical'
duplicated(x, incomparables = FALSE, ...)
## S4 method for signature 'financial_matrix,logical'
unique(x, incomparables = FALSE, ...)
Arguments
x |
The |
incomparables |
Either:
|
... |
Arguments passed to the relevant |
Value
-
duplicated
: A logical array with the same dimensions anddimnames
of thefinancial_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.
Author(s)
Telarico, Fabio Ashtar
[Package FinNet version 0.1.2 Index]