Annotation Pro API
Public Member Functions | Properties | List of all members
R Class Reference

R Application wrapper, utility helps to draw charts with R More...

Public Member Functions

 R ()
 Constructor More...
 
 R (string rScriptPath)
 Constructor with initialization More...
 
void Start (string script, string outputTitle)
 Runs R and shows chart More...
 
string Vector (List< XYValue > values)
 Vector helper for script vectors More...
 
string Vector (List< double > values)
 Vector from list of doubles helper More...
 
string Vector (List< string > values)
 Vector string from list of string values More...
 
string Vector (double[] values)
 Vector string from list of double values More...
 

Properties

string RScriptPath [get, set]
 Rscript.exe path More...
 

Detailed Description

R Application wrapper, utility helps to draw charts with R

Constructor & Destructor Documentation

◆ R() [1/2]

R ( )
inline

Constructor

◆ R() [2/2]

R ( string  rScriptPath)
inline

Constructor with initialization

Parameters
rScriptPathRscript.exe path

Member Function Documentation

◆ Start()

void Start ( string  script,
string  outputTitle 
)
inline

Runs R and shows chart

Parameters
scriptScript contents
outputTitlescript file title without extension

◆ Vector() [1/4]

string Vector ( List< XYValue values)
inline

Vector helper for script vectors

Parameters
values
Returns

◆ Vector() [2/4]

string Vector ( List< double >  values)
inline

Vector from list of doubles helper

Parameters
values
Returns

◆ Vector() [3/4]

string Vector ( List< string >  values)
inline

Vector string from list of string values

Parameters
valueslist of string values
Returns
Vector string

◆ Vector() [4/4]

string Vector ( double []  values)
inline

Vector string from list of double values

Parameters
valueslist of double values
Returns
Vector string

Property Documentation

◆ RScriptPath

string RScriptPath
getset

Rscript.exe path


The documentation for this class was generated from the following file: