|
FILE * | R_openPipe () |
|
void | R_closePipe (FILE *pipe) |
|
void | R_Set_Library (char *Lib, FILE *pipe) |
|
void | R_Set_Librarys (int nLib, char **Lib, FILE *pipe) |
|
void | R_Set_Canvas (double *Lim, char *xLabel, char *yLabel, char *main, FILE *pipe) |
|
void | R_Set_3dCanvas (double *Lim, char *xLabel, char *yLabel, char *zLabel, char *main, FILE *pipe) |
|
void | R_plot_XY (double x, double y, char *pch, char *color, FILE *pipe) |
|
void | R_plot_XYZ (double x, double y, double z, char *pch, char *color, FILE *pipe) |
|
void | R_plot_Point (double *point, char *pch, char *color, FILE *pipe) |
|
void | R_plot_3dPoint (double *point, char *pch, char *color, FILE *pipe) |
|
void | R_plot_Set_Points (int nPoints, double **Set, char *pch, char *color, FILE *pipe) |
|
void | R_plot_Set_Lines (int nPoints, double **Set, char *Line_width, char *color, FILE *pipe) |
|
void | R_plot3d_Set_Points (int nPoints, double **Set, char *alpha, char *pch, char *color, FILE *pipe) |
|
void | R_plot3d_Set_Lines (int nPoints, double **Set, char *alpha, char *Line_width, char *color, FILE *pipe) |
|
void | R_sleepSystem (FILE *pipe, double time) |
|
void | R_Set_viewSize3d (int xPixel, int yPixel, FILE *pipe) |
|
void | R_Set_Figure (char *Filename, double *size, FILE *pipe) |
|
void | R_Print_Figure (FILE *pipe) |
|
void | R_Print_Figure3d (char *Filename, FILE *pipe) |
|
void | R_Print_Snapshot3d (char *Filename, char *fmt, FILE *pipe) |
|
void | R_Set_Legend (char *Position, int size, char **legend, char **color, char **pch, char *cex, FILE *pipe) |
|
void | R_Set_EPS (FILE *pipe) |
|
Function prototypes for the pipeline communication with R.
This contains the prototypes for the pipeline communication with R and eventually any macros,constants, or global variables needed.
- Author
- Salvador Botello-Aceves
- Bug:
- No known bugs.