loadMAT: Load a Matlab matfile

View source: R/loadMAT.R

loadMATR 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>


PEIP documentation built on Aug. 21, 2023, 9:10 a.m.