Database Reference
In-Depth Information
8
Working with
Mathematica and R
In this chapter, we will cover the following recipes:
F Setting up Mathematica to talk to Clojuratica for Mac OS X and Linux
F Setting up Mathematica to talk to Clojuratica for Windows
F Calling Mathematica functions from Clojuratica
F Sending matrixes to Mathematica from Clojuratica
F Evaluating Mathematica scripts from Clojuratica
F Creating functions from Mathematica
F Setting up R to talk to Clojure
F Calling R functions from Clojure
F Passing vectors into R
F Evaluating R iles from Clojure
F Plotting in R from Clojure
Introduction
Clojure and Incanter are powerful, lexible tools, but they're not the only ones available.
We might have some analyses already implemented in another system, for instance,
and we'd like to use them even though we're using Clojure everywhere else.
Mathematica ( http://www.wolfram.com/mathematica/ ) is one of these tools.
It's a software environment produced by Wolfram Research. It does complex mathematics
and graphing as well as many other things. It's a powerful tool made more powerful and
customizable thanks to its programming language.
Search WWH ::




Custom Search