Learn R Programming

⚠️There's a newer version (0.18.1) of this package.Take me there.

RcppOctave (version 0.9.5)

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.

Copy Link

Version

Install

install.packages('RcppOctave')

Monthly Downloads

33

Version

0.9.5

License

GPL (>= 2)

Maintainer

Renaud Gaujoux

Last Published

July 9th, 2013

Functions in RcppOctave (0.9.5)

o_exist

Checking Octave Variables
check.equal

Compare Lists or Environments
o_runif

Drawing from R Uniform Distribution in Octave
RcppOctave

Interfacing R with Octave
o_addpath

Manipulating Octave Search Path
o_assign

Assign/Get Octave Variables
.O

Direct Interface to Octave
o_source

Sourcing Octave/Matlab Files
o_ls

Listing Objects from the Current Octave Session
.CallOctave

Calling an Octave Function
mfiles

M Files
o_rexp

Drawing from R Exponential Distribution in Octave
OctaveConfig

Cached RcppOctave Configuration Paths
o_who

Listing Octave Variables
o_clear

Deleting Octave Variables
o_load

Loading Variables into Octave
OctaveFunction-class

Wrapping and Defining Octave Functions from R
o_rgamma

Drawing from R Gamma Distribution in Octave
.DollarNames,Octave-method

Auto-completion for Octave objects
o_help

Accessing Octave Help and Documentation Pages
o_rnorm

Drawing from R Normal Distribution in Octave
o_version

Get Octave Version
ostart

Low-level Function Interfacing with Octave
show,Octave-method

Show method for Octave objects
o_identity

Octave Identity Function
Octave-class

Class Octave: Seamless Access to Octave Functions and Variables
o_whos

Detailed Listing of Octave Variables
o_eval

Evaluate an Octave Expression
sourceExamples

Loading Example M-files