linear | R Documentation |
The linear(...)
function converts a given value into the linear domain, while
the db(...)
function converts inputs into the log domain.
linear(value, coefficient = 10)
db(value, coefficient = 10)
value |
Logarithmic (e.g. TS) or linear ( |
coefficient |
Optional. Numeric coefficient preceding the logarithm. Default is 10. |
Transforms the backscattering response into either the log (db
) or
linear (linear
) domains.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.