Description Details Author(s) See Also Examples
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.
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 |
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 .CallOctave
, o_source
, o_help
1 2 | .CallOctave('svd', matrix(1:9, 3))
o_help('svd')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.