i_read_ascii_spectra | R Documentation |
Generic parser for SVC's ‘.sig' and PSR’s '.sed'
i_read_ascii_spectra( file_paths, skip_until_tag = NULL, sep_char, header, wl_col, refl_cols, divide_refl_by, ... )
file_paths |
paths for files already parsed by 'read_spectra' |
skip_until_tag |
Tag that precedes the table of value data, indicating that lines until that tag should be skipped. Tag is matched with a regexpr. |
sep_char |
separator |
header |
boolean. keep header? |
wl_col |
idx or name of band column |
refl_cols |
idx or name of value columns. MULTIPLE |
divide_refl_by |
divide values by this. MULTIPLE |
... |
additional arguments passed to read table |
single 'spectra' or list of 'spectra'
Jose Eduardo Meireles and Anna Schweiger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.