read.spc.Kaiser | R Documentation |
Import functions for Kaiser Optical Systems .spc files
read.spc.Kaiser(files, ..., glob = TRUE)
read.spc.KaiserMap(files, keys.log2data = NULL, ...)
read.spc.KaiserLowHigh(
files = stop("file names needed"),
type = c("single", "map"),
...,
glob = TRUE
)
files |
If |
glob |
If |
keys.log2data , ... |
All further arguments are handed over directly to |
type |
what kind of measurement was done? If |
read.spc.Kaiser
imports sets of .spc files written by Kaiser Optical Systems' Hologram
software. It may also serve as an example how to write wrapper functions for read.spc
to
conveniently import specialized sets of .spc files.
hyperSpec
## for examples, please see `vignette ("fileio", package = "hyperSpec")`.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.