Browse Source

`x-axis` is more generic than `wavenumber`

pull/3/head
Philipp Baumann 6 years ago
parent
commit
fb95e81f76
  1. 2
      R/slice-spc.R
  2. 2
      man/slice_xvalues.Rd

2
R/slice-spc.R

@ -22,7 +22,7 @@ slice_xvalues_idxseq <- function(spc_l, xvalues, xvalues_cut) {
# Use helper functions in final spectrum x unit slicing function ---------------
#' @title Slice spectra into defined wavenumber ranges
#' @title Slice spectra into defined x-axis ranges
#' @description 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.

2
man/slice_xvalues.Rd

@ -2,7 +2,7 @@
% Please edit documentation in R/slice-spc.R
\name{slice_xvalues}
\alias{slice_xvalues}
\title{Slice spectra into defined wavenumber ranges}
\title{Slice spectra into defined x-axis ranges}
\usage{
slice_xvalues(spc_tbl, xunit_lcol = "wavenumbers", spc_lcol = "spc",
xvalues_cut = NULL)

Loading…
Cancel
Save