Has anyone used both ? I would not mind seeing a short example to quickstart.
I can run the example.fsx script : the acf function side effects to a graph showing up.
But I dont know how to have a ggplot graphic appear.
open RProvider.ggplot2
open RProvider.utils
R.setwd @"C:/code/pp/Datasets/output/Kaggle/dontgetkicked"
let f = R.read_csv("measure_DNGtraining.csv")
R.qplot("erase_rate", "components",f)
That yields to a
val it : SymbolicExpression =
RDotNet.SymbolicExpression {Engine = RDotNet.REngine;
IsClosed = false;
IsInvalid = false;
IsProtected = true;
Type = List;}
I am reading the instruction but if anyone has a snippet handy...