Table of Contents

Rfx : plugin to call R

This is a set of plugins to allow GenericFX to call R.

Package prefix org.genericfx.interfaces.R
Requires org.genericfx.processing.commandline

rfx.sh

The main program is org.genericfx.interfaces.R/software/rfx.sh whose syntax is as follow:

rfx.sh </path/to/org.genericfx.interfaces.R/software> "<R script command>" [<additional Rlibs>]

where <additional Rlibs> is paths to additional Rlibs location to be added to R_LIBS. Please use colon separated format.

The script’s will set environment variables R_LIBS using

export R_LIBS=[<additional Rlibs>:]/path/to/org.generifx.interaces.R/software/Rlibs:$R_LIBS

Notes

Information