Learn R Programming

tidyspec (version 0.1.0)

set_spec_wn: Set the Default Wavenumber Column

Description

Defines a default wavenumber column name to be used by other functions in the package when `wn_col` is not explicitly provided.

Usage

set_spec_wn(col_name)

Value

Invisibly returns the assigned column name.

Arguments

col_name

A string specifying the name of the wavenumber column.

See Also

[spec_select()]

Examples

Run this code
set_spec_wn("Wavenumber")

Run the code above in your browser using DataLab