The R Project SVN R

Rev

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

Rev 70046 Rev 82142
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
-
 
3
 *  Copyright (C) 1998--2021  R Core Team
3
 *  Copyright (C) 1995, 1996  Robert Gentleman and Ross Ihaka
4
 *  Copyright (C) 1995, 1996  Robert Gentleman and Ross Ihaka
4
 *  Copyright (C) 1998--2012  R Core Team
-
 
5
 *
5
 *
6
 *  This program is free software; you can redistribute it and/or modify
6
 *  This program is free software; you can redistribute it and/or modify
7
 *  it under the terms of the GNU General Public License as published by
7
 *  it under the terms of the GNU General Public License as published by
8
 *  the Free Software Foundation; either version 2 of the License, or
8
 *  the Free Software Foundation; either version 2 of the License, or
9
 *  (at your option) any later version.
9
 *  (at your option) any later version.
Line 27... Line 27...
27
 
27
 
28
#include <R_ext/GraphicsEngine.h>
28
#include <R_ext/GraphicsEngine.h>
29
/* needed for R_GE_lineend/join, R_GE_gcontext */
29
/* needed for R_GE_lineend/join, R_GE_gcontext */
30
 
30
 
31
#define R_GRAPHICS 1
31
#define R_GRAPHICS 1
32
#include <Rgraphics.h> /* RUnit */
32
#include <Rgraphics.h> /* RUnit, G<par> functions */
33
 
33
 
34
/* base.c, graphics.c, par.c */
34
/* base.c, graphics.c, par.c */
35
#define MAX_LAYOUT_ROWS 200
35
#define MAX_LAYOUT_ROWS 200
36
#define MAX_LAYOUT_COLS 200
36
#define MAX_LAYOUT_COLS 200
37
#define MAX_LAYOUT_CELLS 10007 /* must be less than 65535,
37
#define MAX_LAYOUT_CELLS 10007 /* must be less than 65535,