Constructor for a spectramax object
new_spectramax.Rd
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 withreadr::read_file_raw()
- date
lubridate::Date
object- is_tidy
logical
. Are thedata
provided tidy?- experiment_type
character
, no restrictions on form