The R Project SVN R

Rev

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

Rev 27237 Rev 30129
Line 358... Line 358...
358
#define rgb2col			Rf_rgb2col
358
#define rgb2col			Rf_rgb2col
359
#define RGB2rgb			Rf_RGB2rgb
359
#define RGB2rgb			Rf_RGB2rgb
360
#define ScaleColor		Rf_ScaleColor
360
#define ScaleColor		Rf_ScaleColor
361
#define str2col			Rf_str2col
361
#define str2col			Rf_str2col
362
#define StrMatch		Rf_StrMatch
362
#define StrMatch		Rf_StrMatch
-
 
363
#define isNAcol                 Rf_isNAcol
363
 
364
 
364
/* Default the settings for general graphical parameters
365
/* Default the settings for general graphical parameters
365
 * (i.e., defaults that do not depend on the device type: */
366
 * (i.e., defaults that do not depend on the device type: */
366
void GInit(GPar*);
367
void GInit(GPar*);
367
 
368
 
Line 389... Line 390...
389
 
390
 
390
char* col2name(unsigned int);
391
char* col2name(unsigned int);
391
 
392
 
392
unsigned int ScaleColor(double x);
393
unsigned int ScaleColor(double x);
393
unsigned int CheckColor(int x);
394
unsigned int CheckColor(int x);
-
 
395
Rboolean isNAcol(SEXP col, int index, int ncol);
394
 
396
 
395
char* RGB2rgb(unsigned int, unsigned int, unsigned int);
397
char* RGB2rgb(unsigned int, unsigned int, unsigned int);
396
 
398
 
397
int StrMatch(char *s, char *t);
399
int StrMatch(char *s, char *t);
398
 
400