Learn R Programming

RcppOctave (version 0.18.1)

RcppOctave: Seamless Interface to Octave -- And Matlab

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.

Arguments

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

See Also

See .CallOctave, o_source, o_help

Examples

Run this code


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

Run the code above in your browser using DataLab