The R Project SVN R

Rev

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

Rev 27541 Rev 27712
Line 27... Line 27...
27
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
27
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
28
  \emph{The New S Language}.
28
  \emph{The New S Language}.
29
  Wadsworth \& Brooks/Cole.
29
  Wadsworth \& Brooks/Cole.
30
}
30
}
31
\examples{
31
\examples{
-
 
32
require(stats) # for spline
32
xx <- -9:9
33
xx <- -9:9
33
plot(xx, sqrt(abs(xx)),  col = "red")
34
plot(xx, sqrt(abs(xx)),  col = "red")
34
lines(stats::spline(xx, sqrt(abs(xx)), n=101), col = "pink")
35
lines(spline(xx, sqrt(abs(xx)), n=101), col = "pink")
35
}
36
}
36
\keyword{math}
37
\keyword{math}