param_coercion | R Documentation |
Checks and converts the input parameters to the electrical network parameter conversion functions
coerce_params(params)
coerce_z0(z0)
params |
Input network parameters. Must be one of:
| ||||
z0 |
Network parameter characteristic impedance. Must be one of:
|
Input coerced into a 2x2 matrix (params) or a vector of length 2 (z0) to be used in the conversions
rftk:::coerce_params(c(0.1, 0.5, 0.5, 0.1))
rftk:::coerce_params(matrix(c(0.1, 0.5, 0.5, 0.1), ncol = 2))
rftk:::coerce_z0(50)
rftk:::coerce_z0(c(50,100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.