new_frequency_weights | R Documentation |
new_frequency_weights()
is a developer oriented function for constructing
a new frequency weights vector. Generally, you should use
frequency_weights()
instead.
new_frequency_weights(x = integer(), ..., class = character())
x |
An integer vector. |
... |
Name-value pairs defining attributes |
class |
Name of subclass. |
A new frequency weights vector.
new_frequency_weights()
new_frequency_weights(1:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.