The R Project SVN R

Rev

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

Rev 59039 Rev 61168
Line 47... Line 47...
47
ls("Autoloads")
47
ls("Autoloads")
48
.Autoloaded
48
.Autoloaded
49
 
49
 
50
x <- sort(stats::rnorm(12))
50
x <- sort(stats::rnorm(12))
51
y <- x^2
51
y <- x^2
52
is <- interpSpline(x,y)
52
is <- interpSpline(x, y)
53
search() ## now has splines
53
search() ## now has splines
54
detach("package:splines")
54
detach("package:splines")
55
search()
55
search()
56
is2 <- interpSpline(x,y+x)
56
is2 <- interpSpline(x, y+x)
57
search() ## and again
57
search() ## and again
58
detach("package:splines")
58
detach("package:splines")
59
}
59
}
60
\keyword{data}
60
\keyword{data}
61
\keyword{programming}
61
\keyword{programming}