Book Image

Clojure Data Analysis Cookbook - Second Edition

By : Eric Richard Rochester
Book Image

Clojure Data Analysis Cookbook - Second Edition

By: Eric Richard Rochester

Overview of this book

Table of Contents (19 chapters)
Clojure Data Analysis Cookbook Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 8. Working with Mathematica and R

In this chapter, we will cover the following recipes:

  • Setting up Mathematica to talk to Clojuratica for Mac OS X and Linux

  • Setting up Mathematica to talk to Clojuratica for Windows

  • Calling Mathematica functions from Clojuratica

  • Sending matrixes to Mathematica from Clojuratica

  • Evaluating Mathematica scripts from Clojuratica

  • Creating functions from Mathematica

  • Setting up R to talk to Clojure

  • Calling R functions from Clojure

  • Passing vectors into R

  • Evaluating R files from Clojure

  • Plotting in R from Clojure