Learn R Programming

fcaR (version 1.2.2)

as_Set: Convert Named Vector to Set

Description

Convert Named Vector to Set

Usage

as_Set(A)

Value

A Set object.

Arguments

A

A named vector or matrix to build a new Set.

Examples

Run this code
A <- c(a = 0.1, b = 0.2, p = 0.3, q = 0)
as_Set(A)

Run the code above in your browser using DataLab