read_snp | R Documentation |
Imports and optionally converts and cleans Touchstone .sNp files
read_snp(
...,
numeric_format = "DB",
simplify_param = TRUE,
clean_names_case = "old_janitor"
)
... |
Files to read |
numeric_format |
Output format. Can be "DB" for dB Mag/Angle, "MA" for Mag/Angle, "RI" for Real/Imaginary, or NA for no conversion. |
simplify_param |
Option to simplify |
clean_names_case |
Type of character casing to reformat the column names into. Set to |
read_snp(rftk_example("dipole.s1p"))
read_snp(rftk_example("dipole.s1p"), numeric_format = "MA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.