The R Project SVN R

Rev

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

Rev 79409 Rev 80633
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) 2001-11 The R Core Team.
3
 *  Copyright (C) 2001-21 The R Core Team.
4
 *
4
 *
5
 *  This header file is free software; you can redistribute it and/or modify
5
 *  This header file is free software; you can redistribute it and/or modify
6
 *  it under the terms of the GNU Lesser General Public License as published by
6
 *  it under the terms of the GNU Lesser General Public License as published by
7
 *  the Free Software Foundation; either version 2.1 of the License, or
7
 *  the Free Software Foundation; either version 2.1 of the License, or
8
 *  (at your option) any later version.
8
 *  (at your option) any later version.
Line 531... Line 531...
531
void GEnullDevice(void);
531
void GEnullDevice(void);
532
 
532
 
533
 
533
 
534
/* From ../../main/plot.c, used by ../../library/grid/src/grid.c : */
534
/* From ../../main/plot.c, used by ../../library/grid/src/grid.c : */
535
#define CreateAtVector		Rf_CreateAtVector
535
#define CreateAtVector		Rf_CreateAtVector
536
SEXP CreateAtVector(double*, double*, int, Rboolean);
536
SEXP CreateAtVector(double axp[], const double usr[], int nint, Rboolean logflag);
537
/* From ../../main/graphics.c, used by ../../library/grDevices/src/axis_scales.c : */
537
/* From ../../main/graphics.c, used by ../../library/grDevices/src/axis_scales.c : */
538
#define GAxisPars 		Rf_GAxisPars
538
#define GAxisPars 		Rf_GAxisPars
539
void GAxisPars(double *min, double *max, int *n, Rboolean log, int axis);
539
void GAxisPars(double *min, double *max, int *n, Rboolean log, int axis);
540
 
540
 
541
/* Patterns - from ../../main/patterns.c */
541
/* Patterns - from ../../main/patterns.c */