loadMAT {PEIP} | R Documentation |
Load a Matlab matfile
Description
Load a Matlab matfile, rename the internal parameters to get R-objects
Usage
loadMAT(fn, pos=1)
Arguments
fn |
file name of MATfile |
pos |
integer, position in search path, default=1 |
Details
Program reads in previously saved mat-files and extracts the data, and renames the variables to match the book.
Value
Whatever is in the MATfile
Note
Matfiles are created using the matlab2R routines
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
[Package PEIP version 2.2-5 Index]