| as_dvec.numeric | R Documentation |
Coerces numeric to decorated vector. Assigns class 'dvec' and any named attributes in dots.
## S3 method for class 'numeric'
as_dvec(x, ...)
x |
numeric |
... |
attributes to assign |
dvec
Other dvec:
[.dvec(),
[<-.dvec(),
[[.dvec(),
[[<-.dvec(),
as.data.frame.dvec(),
as_dvec(),
as_dvec.character(),
as_dvec.complex(),
as_dvec.dvec(),
as_dvec.integer(),
as_dvec.logical(),
c.dvec(),
classified.dvec(),
desolve.dvec(),
explicit_guide.data.frame(),
format.dvec(),
implicit_guide.dvec(),
length.dvec(),
print.dvec(),
resolve.classified(),
resolve.dvec(),
unclassified.dvec()
as_dvec(c(10.3, 1.2))
as_dvec(1, label = 'yin')
as_dvec(structure(1, label = 'yin'))
as_dvec(structure(1, label = 'yin'), label = 'yang')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.