as_Set | R Documentation |
Convert Named Vector to Set
as_Set(A)
A |
A named vector or matrix to build a new |
A Set
object.
A <- c(a = 0.1, b = 0.2, p = 0.3, q = 0)
as_Set(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.