get_fw | R Documentation |
Get the log Frequency Weight (FW) of a competitor set
get_fw(competitors_freq, pad = 0)
competitors_freq |
Numeric vector containing the frequencies of competitors (including itself) |
pad |
Value to add to frequencies before taking log; if your minimum frequency is 0, consider adding a value between 1 and 2; if your minimum frequency is between 0 and 1, consider adding 1 |
FW
get_fw(c(10, 50), pad = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.