The R Project SVN R

Rev

Rev 11510 | Rev 12778 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11510 Rev 11560
Line 342... Line 342...
342
/* always remap private functions */
342
/* always remap private functions */
343
#include <Rgraphics.h>
343
#include <Rgraphics.h>
344
#define char2col		Rf_char2col
344
#define char2col		Rf_char2col
345
#define col2name		Rf_col2name
345
#define col2name		Rf_col2name
346
#define copyGPar		Rf_copyGPar
346
#define copyGPar		Rf_copyGPar
347
#define CreateAtVector		Rf_CreateAtVector
-
 
348
#define GetAxisLimits		Rf_GetAxisLimits
-
 
349
#define GInit			Rf_GInit
347
#define GInit			Rf_GInit
350
#define labelformat		Rf_labelformat
-
 
351
#define name2col		Rf_name2col
348
#define name2col		Rf_name2col
352
#define number2col		Rf_number2col
349
#define number2col		Rf_number2col
353
#define rgb2col			Rf_rgb2col
350
#define rgb2col			Rf_rgb2col
354
#define RGB2rgb			Rf_RGB2rgb
351
#define RGB2rgb			Rf_RGB2rgb
355
#define ScaleColor		Rf_ScaleColor
352
#define ScaleColor		Rf_ScaleColor
Line 361... Line 358...
361
 * (i.e., defaults that do not depend on the device type: */
358
 * (i.e., defaults that do not depend on the device type: */
362
void GInit(GPar*);
359
void GInit(GPar*);
363
 
360
 
364
void copyGPar(GPar *, GPar *);
361
void copyGPar(GPar *, GPar *);
365
 
362
 
366
/* some functions that plot.c needs to share with plot3d.c */
-
 
367
SEXP CreateAtVector(double*, double*, int, Rboolean);
-
 
368
void GetAxisLimits(double, double, double*, double*);
-
 
369
SEXP labelformat(SEXP);
-
 
370
 
363
 
371
 
364
 
372
		/* Miscellaneous (from graphics.c & colors.c) */
365
		/* Miscellaneous (from graphics.c & colors.c) */
373
 
366
 
374
unsigned int rgb2col(char *);
367
unsigned int rgb2col(char *);