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

  • Rfx is useable for both scripts and non-scripts engine
  • It needs org.genericfx.processing.commandline to provide connection to command line console.

Information

 
derivatives/rfx.txt · Last modified: 2007/12/14 14:47 by co224
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki