These hyperSpec functions are deprecated and not maintained any more. You should not use these. Currently they are present due to back-compatibility reasons and will be removed in the next release of the package. Please, use the suggested alternative functions instead.
_____________
scan.asc.Andor(...)
scan.txt.Renishaw(...)
scan.zip.Renishaw(...)
scan.txt.Witec(...)
scan.dat.Witec(...)
scan.txt.Witec.Graph(...)
read.cytomat(...)
Arguments passed to appropriate replacement function. (See the description of that function).
Instead of scan.asc.Andor()
use read.asc.Andor()
.
Instead of scan.txt.Renishaw()
use read.txt.Renishaw()
.
Instead of scan.zip.Renishaw()
use read.zip.Renishaw()
.
Instead of scan.txt.Witec()
use read.txt.Witec()
.
Instead of scan.dat.Witec()
use read.dat.Witec()
.
Instead of scan.txt.Witec.Graph()
use read.txt.Witec.Graph()
.
Instead of read.cytomat()
use read.mat.Cytospec()
.