R Application wrapper, utility helps to draw charts with R
More...
|
| 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...
|
|
R Application wrapper, utility helps to draw charts with R
◆ R() [1/2]
◆ R() [2/2]
Constructor with initialization
- Parameters
-
rScriptPath | Rscript.exe path |
◆ Start()
void Start |
( |
string |
script, |
|
|
string |
outputTitle |
|
) |
| |
|
inline |
Runs R and shows chart
- Parameters
-
script | Script contents |
outputTitle | script file title without extension |
◆ Vector() [1/4]
string Vector |
( |
List< XYValue > |
values | ) |
|
|
inline |
Vector helper for script vectors
- Parameters
-
- Returns
◆ Vector() [2/4]
string Vector |
( |
List< double > |
values | ) |
|
|
inline |
Vector from list of doubles helper
- Parameters
-
- Returns
◆ Vector() [3/4]
string Vector |
( |
List< string > |
values | ) |
|
|
inline |
Vector string from list of string values
- Parameters
-
values | list of string values |
- Returns
- Vector string
◆ Vector() [4/4]
string Vector |
( |
double [] |
values | ) |
|
|
inline |
Vector string from list of double values
- Parameters
-
values | list of double values |
- Returns
- Vector string
◆ RScriptPath
The documentation for this class was generated from the following file:
- AnnotationPro.Statistics/R.cs