Description Usage Arguments Value Examples
Converts this histogram to a vector. Not recommended if there are many counts as this would result in an incredibly long vector
1 2 | ## S4 method for signature 'HistDat'
as.vector(x)
|
x |
An instance of the class HistDat |
A vector with the same length
as x
, but as a 1-D vector with
an element for each count in the counts vector. In other words, all
length(x)
observations will be represented as a single element instead of
being just counted as in the original HistDat object.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.