is_frequency_weights | R Documentation |
x
a frequency weights vector?is_frequency_weights()
checks if x
inherits from
"hardhat_frequency_weights"
.
is_frequency_weights(x)
x |
An object. |
A single TRUE
or FALSE
.
is_frequency_weights(1)
is_frequency_weights(frequency_weights(1))
is_frequency_weights(importance_weights(1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.