RcppOctave-package: Seamless Interface to Octave - and Matlab

Description Author(s) References See Also Examples

Description

The primary goal is to facilitate the port of Matlab/Octave scripts to R. The package enables to call any Octave functions from R and as well as browsing their documentation, passing variables between R and Octave, using R core RNGs in Octave, which ensure stochastic computations are also reproducible.

Author(s)

Renaud Gaujoux renaud@tx.technion.ac.il

Maintainer: Renaud Gaujoux renaud@tx.technion.ac.il

References

Eaton JW (2002). _GNU Octave Manual_. Network Theory Limited. ISBN 0-9541617-2-6, <URL: http://www.octave.org/>.

See Also

See .CallOctave, o_source, o_help

Examples

1
2
.CallOctave('svd', matrix(1:9, 3))
o_help('svd')

renozao/RcppOctave documentation built on May 27, 2019, 5:52 a.m.