numeric_format | R Documentation |
Conversions between linear and decibel number formats
as_decibel(..., scalar = 20)
as_linear(..., scalar = 20)
... |
Number(s) to convert |
scalar |
Decibel conversion scalar (i.e. 10 for power, 20 for voltage/current) |
as_decibel(0.45)
as_decibel(0.45, scalar = 20)
as_decibel(c(0.1,0.5,0.9))
as_linear(-6)
as_linear(-6, scalar = 20)
as_linear(c(-12,-6,-3))
gamma_to_z
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.