- file
character
- date
a POSIXct
object to use to set the "when.measured"
attribute. If NULL
, the default, the date and time are extracted from the
file header.
- geocode
A data frame with columns lon
and lat
used to
set attribute "where.measured"
.
- label
character string, but if NULL
the value of file
is
used, and if NA
the "what.measured" attribute is not set.
- tz
character Time zone is by default that of the machine's locale.
- locale
The locale controls defaults that vary from place to place. The
default locale is US-centric (like R), but you can use
locale
to create your own locale that controls things
like the default time zone, encoding, decimal mark, big mark, and day/month
names.
- s.qty
character, possibly named. The name of the quantity using the
conventions accepted used in package 'photobiology' that is to be imported
from column "Processed" from the file.
- extra.cols
character What to do non-processed data columns if present
in file. One of "keep"
, "drop.pixel"
, "drop"
or
"split"
.
- scale.factor
numeric vector of length 1, or length equal to the number
of rows (= detector pixels). Numeric multiplier applied to returned
spectral values.
- simplify
logical If TRUE, single spectra are returned as individual
spectra instead of collections of length one.
- ...
additional arguments passed to the constructor of the spectrum
object.