The R Project SVN R

Rev

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

Rev 71657 Rev 75182
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-2015   The R Core Team
3
 *  Copyright (C) 1998-2018   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 111... Line 111...
111

111

112
/* hidden, for use in R.bin/R.dll/libR.so */
112
/* hidden, for use in R.bin/R.dll/libR.so */
113
 
113
 
114
/* appl/pretty.c: for use in engine.c and util.c */
114
/* appl/pretty.c: for use in engine.c and util.c */
115
double R_pretty(double *lo, double *up, int *ndiv, int min_n,
115
double R_pretty(double *lo, double *up, int *ndiv, int min_n,
116
		double shrink_sml, double high_u_fact[],
116
		double shrink_sml, const double high_u_fact[],
117
		int eps_correction, int return_bounds);
117
		int eps_correction, int return_bounds);
118
 
118
 
119

119

120
/* For use in package stats */
120
/* For use in package stats */
121
 
121