| slice_xvalues | R Documentation | 
Slice spectra contained in list-column of spectral tibble (data frame). A list of x-axis value ranges can be specified. Spectra are cut based on these ranges.
slice_xvalues(
  spc_tbl,
  xunit_lcol = "wavenumbers",
  spc_lcol = "spc",
  xvalues_cut = NULL
)
| spc_tbl | Spectral data in a tibble object (classes "tibble_df", "tbl"
and "data.frame"). The spectra tibble is expected to contain at least
the column   | 
| xunit_lcol | Character vector that specifies column name where x-axis
axis units are stored within  | 
| spc_lcol | Character vector that specifies which column (list-column)
contains spectra to be sliced. Default is  | 
| xvalues_cut | List of numeric vectors that contains upper and lower bounds of respective regions to keep in spectra. The spectral regions outside
the  | 
Spectral tibble (data frame with list-columns) with sliced x-axis
column and spectral column. Both the x-axis list-column and the spectral
tibble list-column only contain data specified within the xvalues_cut
argument (list of numeric vectors).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.