The R Project SVN R

Rev

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

Rev 44645 Rev 44974
Line 31... Line 31...
31
#define R_GRAPHICS 1
31
#define R_GRAPHICS 1
32
#include <Rgraphics.h> /* RUnit */
32
#include <Rgraphics.h> /* RUnit */
33
 
33
 
34
typedef unsigned int rcolor;
34
typedef unsigned int rcolor;
35
 
35
 
36
/* colors.c, engine.c, graphics.c, plot3d.c  */
-
 
37
#define	DEG2RAD 0.01745329251994329576
-
 
38
 
-
 
39
/* base.c, graphics.c, par.c */
36
/* base.c, graphics.c, par.c */
40
#define MAX_LAYOUT_ROWS 50
37
#define MAX_LAYOUT_ROWS 50
41
#define MAX_LAYOUT_COLS 50
38
#define MAX_LAYOUT_COLS 50
42
#define MAX_LAYOUT_CELLS 500 /* must be less than 65535, 
39
#define MAX_LAYOUT_CELLS 500 /* must be less than 65535, 
43
				3 copies, 3bytes each */
40
				3 copies, 3bytes each */