RcppOctave-package: Seamless Interface to Octave - And Matlab

Description Details Author(s) See Also Examples

Description

Direct interface to Octave. 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 ensures that stochastic computations are also reproducible.

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.

Details

Package: RcppOctave
Type: Package
Version: 0.18
Date: 2013-11-07
License: GPL (>=2)
LazyLoad: yes
Package: RcppOctave
Type: Package
Version: 1.0
Date: 2011-11-01
License: GPL (>= 2)
LazyLoad: yes

Author(s)

Renaud Gaujoux

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

Renaud Gaujoux renaud@tx.technion.ac.il

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

See Also

See .CallOctave, o_source, o_help

Examples

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

RcppOctave documentation built on May 29, 2017, 11:31 a.m.