fdaMatlabPath {fda}R Documentation

Add 'fdaM' to the Matlab path

Description

Write a sequence of Matlab commands to fdaMatlabPath.m in the working directory containing commands to add fdaM to the path for Matlab.

Usage

fdaMatlabPath(R.matlab) 

Arguments

R.matlab logical: If TRUE, include '~R/library/R.matlab/externals' in the path. If(missing(R.matlab)) include '~R/library/R.matlab/externals' only if R.matlab is installed.

Details

Value

A character vector of Matlab addpath commands is returned invisibly.

Author(s)

Spencer Graves with help from Jerome Besnard

References

Matlab documentation for addpath and startup.m.

See Also

Matlab, dirs

Examples

# Modify the Matlab startup.m only when you really want to,
# typically once per installation ... certaintly not
# every time we test this package.
fdaMatlabPath()

[Package fda version 2.1.1 Index]