pull_breaks: Pull the breaking points (or bin limits) of a spectra...

Description Usage Arguments Value Examples

View source: R/utils.R

Description

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

Usage

1
2
3
4
pull_breaks(x, ...)

## S3 method for class '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

1
2
library(tidySpectR)
pull_breaks(fa_nmr) %>% head()

CVUA-RRW/tidySpectR documentation built on April 13, 2021, 11:41 a.m.