mat
filesR/DEPRECATED-read.mat.Cytospec.R
DEPRECATED-read.mat.Cytospec.Rd
These data input functions are deprecated and they will be removed in the next release of hyperspec package. Now functions in package hySpc.read.mat (link) should be used as the alternatives.
Old description:
These functions allow to import .mat
(Matlab V5) files written by Cytospec.
read.mat.Cytospec(file, keys2data = FALSE, blocks = TRUE)
The complete file name (or a connection to) the .mat
file.
specifies which elements of the Info
should be
transferred into the extra data
which blocks should be read? TRUE
reads all blocks.
hyperSpec
object if the file contains a single spectra block,
otherwise a list with one hyperSpec
object for each block.
This function is an ad-hoc implementation and subject to changes.