set_spec_wn {tidyspec}R Documentation

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)

Arguments

col_name

A string specifying the name of the wavenumber column.

Value

Invisibly returns the assigned column name.

See Also

[spec_select()]

Examples

set_spec_wn("Wavenumber")

[Package tidyspec version 0.1.0 Index]