Learn R Programming

RcppOctave (version 0.18.1)

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

117

Version

0.18.1

License

GPL (>= 2)

Maintainer

Last Published

October 6th, 2015

Functions in RcppOctave (0.18.1)

o_rnorm

Drawing from R Normal Distribution in Octave
o_whos

Detailed Listing of Octave Variables
as.mfile

M Files
o_assign

Assign/Get Octave Variables
o_rexp

Drawing from R Exponential Distribution in Octave
system.mfile

Path to Package M-files Standard Location
o_identity

Octave Identity Function
o_runif

Drawing from R Uniform Distribution in Octave
.DollarNames.Octave

Auto-completion for Octave Interface Object
Octave-class

Class Octave: Seamless Access to Octave Functions and Variables
.O

Direct Interface to Octave
o_help

Accessing Octave Help and Documentation Pages
o_addpath

Manipulating Octave Search Path
OctaveFunction-class

Wrapping and Defining Octave Functions from R
o_rgamma

Drawing from R Gamma Distribution in Octave
Octave.config

Octave Configuration and Installation Information
o_config_info

Embedded Octave Configuration and Installation Information
o_version

Get Octave Version
o_exist

Checking Octave Variables
sourceExamples

Loading Example M-files
o_rpois

Drawing from R Poisson Distribution in Octave
o_ls

Listing Objects from the Current Octave Session
Octave.home

Octave Home Directory
.CallOctave

Calling an Octave Function
o_who

Listing Octave Variables
.isPlatformCompatible

Platform Compatibility Check for RcppOctave
octave_start

Low-level Function Interfacing with Octave
check.equal

Compare Lists or Environments
RcppOctave

Seamless Interface to Octave -- And Matlab
o_eval

Evaluate an Octave Expression
octave_config

Octave Utils: octave-config
o_clear

Deleting Octave Variables
o_load

Loading Variables into Octave
o_source

Sourcing Octave/Matlab Files