ratio_to_cents | R Documentation |
Convert between frequency ratios and logarithmic cents
ratio_to_cents(x, y = NULL)
cents_to_ratio(x)
x |
a vector of ratios if |
y |
if not |
numeric
ratio_to_cents(c(0.5, 1, 1.5, 2))
cents_to_ratio(c(-1200, 0, 701.955, 1200))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.