The R Project SVN R

Rev

Rev 13452 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13452 Rev 60126
Line -... Line 1...
-
 
1
#  Copyright (C) 1997-2005 The R Core Team
1
 
2
 
2
## Adaptive integration:	 Venables and Ripley pp. 105-110
3
## Adaptive integration:	 Venables and Ripley pp. 105-110
3
## This is the basic integrator.
4
## This is the basic integrator.
4
 
5
 
5
area <- function(f, a, b, ..., fa = f(a, ...), fb = f(b, ...), limit
6
area <- function(f, a, b, ..., fa = f(a, ...), fb = f(b, ...), limit