decibel | R Documentation |
Convert numeric input into decibels.
decibel(x, type=1, na.zero=TRUE)
x |
a real positive numeric value. |
na.zero |
logical value controlling the handing of zeros in the data. If |
type |
an integer signifying the decibel form to use in the conversion.
If |
the decibel equivalent of the input x
.
nextDyadic
, isVectorAtomic
.
decibel(c(1,10,100,1000), type=1) decibel(c(1,10,100,1000), type=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.