Description Usage Arguments Details See Also
The functions here can be used to read MSATSI's standardized set of input and output files into R.
1 2 3 4 5 6 7 8 9 10 11 | read.msatsi_slboot_trpl(fi, ...)
read.msatsi_mat(fi, ...)
read.msatsi_slboot_tensor(fi, ...)
read.msatsi_summary(fi, ...)
read.msatsi_summary_ext(fi, ...)
read.msatsi_sat(fi, ...)
|
fi |
character; the filename |
... |
additional parameters, usually passed to
|
Each function produces an object with a specific class, with at least
a print method
read.msatsi_mat uses readMat to
read in from matlab's binary data format; it drops the header information,
which only includes creation date and information on the original
system platform.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.