For a collection, retrieve the bin limits, including the edges (min and max limits of the spectra).

pull_breaks(x, ...)

# S3 method for collection
pull_breaks(x, ...)

Arguments

x

A spectra collection

...

further arguments passed to or from other methods(not currenctly used).

Value

A vector of dbl.

Examples

library(tidySpectR) pull_breaks(fa_nmr) %>% head()
#> [1] -2.123166e-05 3.978768e-03 7.978768e-03 1.197877e-02 1.597877e-02 #> [6] 1.997877e-02