| Line 78... |
Line 78... |
| 78 |
#define GMetricInfo Rf_GMetricInfo
|
78 |
#define GMetricInfo Rf_GMetricInfo
|
| 79 |
#define GMMathText Rf_GMMathText
|
79 |
#define GMMathText Rf_GMMathText
|
| 80 |
#define GMode Rf_GMode
|
80 |
#define GMode Rf_GMode
|
| 81 |
#define GMtext Rf_GMtext
|
81 |
#define GMtext Rf_GMtext
|
| 82 |
#define GNewPlot Rf_GNewPlot
|
82 |
#define GNewPlot Rf_GNewPlot
|
| - |
|
83 |
#define GPath Rf_GPath
|
| 83 |
#define GPolygon Rf_GPolygon
|
84 |
#define GPolygon Rf_GPolygon
|
| 84 |
#define GPolyline Rf_GPolyline
|
85 |
#define GPolyline Rf_GPolyline
|
| 85 |
#define GPretty Rf_GPretty
|
86 |
#define GPretty Rf_GPretty
|
| 86 |
#define GRect Rf_GRect
|
87 |
#define GRect Rf_GRect
|
| 87 |
#define GRaster Rf_GRaster
|
88 |
#define GRaster Rf_GRaster
|
| Line 178... |
Line 179... |
| 178 |
* character in the specified units: */
|
179 |
* character in the specified units: */
|
| 179 |
void GMetricInfo(int, double*, double*, double*, GUnit, pGEDevDesc);
|
180 |
void GMetricInfo(int, double*, double*, double*, GUnit, pGEDevDesc);
|
| 180 |
/* Set device "mode" (drawing or not drawing) here for windows and mac drivers.
|
181 |
/* Set device "mode" (drawing or not drawing) here for windows and mac drivers.
|
| 181 |
*/
|
182 |
*/
|
| 182 |
void GMode(int, pGEDevDesc);
|
183 |
void GMode(int, pGEDevDesc);
|
| - |
|
184 |
/* Draw a path using the specified lists of x and y values: */
|
| - |
|
185 |
void GPath(double*, double*, int, int*, Rboolean, int, int, pGEDevDesc);
|
| 183 |
/* Draw a polygon using the specified lists of x and y values: */
|
186 |
/* Draw a polygon using the specified lists of x and y values: */
|
| 184 |
void GPolygon(int, double*, double*, int, int, int, pGEDevDesc);
|
187 |
void GPolygon(int, double*, double*, int, int, int, pGEDevDesc);
|
| 185 |
/* Draw series of straight lines using the specified lists of x and y values: */
|
188 |
/* Draw series of straight lines using the specified lists of x and y values: */
|
| 186 |
void GPolyline(int, double*, double*, int, pGEDevDesc);
|
189 |
void GPolyline(int, double*, double*, int, pGEDevDesc);
|
| 187 |
/* Draw a rectangle given two opposite corners: */
|
190 |
/* Draw a rectangle given two opposite corners: */
|