ir_drop_spectra: Drops the column 'spectra' from an object is of class 'ir'

View source: R/ir.R

ir_drop_spectraR Documentation

Drops the column spectra from an object is of class ir

Description

ir_drop_spectra removes the column spectra from an object of class ir and removes the "ir" class attribute.

Usage

ir_drop_spectra(x)

Arguments

x

An object of class ir.

Value

x without column spectra and without "ir" class attribute.

Examples

ir::ir_sample_data %>%
  ir_drop_spectra()


ir documentation built on May 2, 2022, 5:06 p.m.