as_vector {fcaR}R Documentation

Convert Set to vector

Description

Convert Set to vector

Usage

as_vector(v)

Arguments

v

A Set to convert to vector.

Value

A vector.

Examples

A <- c(a = 0.1, b = 0.2, p = 0.3, q = 0)
v <- as_Set(A)
A2 <- as_vector(v)
all(A == A2)


[Package fcaR version 1.2.2 Index]