as_Set {fcaR} | R Documentation |
Convert Named Vector to Set
Description
Convert Named Vector to Set
Usage
as_Set(A)
Arguments
A |
A named vector or matrix to build a new |
Value
A Set
object.
Examples
A <- c(a = 0.1, b = 0.2, p = 0.3, q = 0)
as_Set(A)
[Package fcaR version 1.2.2 Index]