omegahat/RMatlab: R-Matlab interface

This package provides a bi-directional interface between R and Matlab. It allows Matlab users to call R functions, passing Matlab objects as arguments to the R functions and receiving the result as a regular Matlab object. It also allows R users to call Matlab functions and evaluate Matlab commands from within R in the same fashion. This allows users of the two systems to access functionality in the other in a reasonably transparent manner without the need to manage data from on to the other via files, or translating code, or programming in two languages. Thus, advanced and well-tested statistical facilities become available to Matlab users, and toolboxes for a wide variety of different tasks become accessible to R users.

Getting started

Package details

AuthorDuncan Temple Lang <duncan@wald.ucdavis.edu>
MaintainerDuncan Temple Lang <duncan@wald.ucdavis.edu>
LicenseGPL
Version0.2-6
URL http://www.omegahat.org/RMatlab
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("omegahat/RMatlab")
omegahat/RMatlab documentation built on May 24, 2019, 1:54 p.m.