Skip to contents

Constructor for a spectramax object

Usage

new_spectramax(
  data = data.frame(),
  raw_data = raw(),
  date = lubridate::Date(),
  wavelengths = numeric(),
  is_tidy = logical()
)

Arguments

data

a data.frame, no restrictions on form.

raw_data

raw, read in from the provided file with readr::read_file_raw()

date

lubridate::Date object

is_tidy

logical. Are the data provided tidy?

experiment_type

character, no restrictions on form

Value

a spectramax object