powered by
fplot(x, ...)## S3 method for class 'default': fplot(x, xlim, ylim, n = 200, args = list(), type = "l", xlab, ylab, ...)
## S3 method for class 'default': fplot(x, xlim, ylim, n = 200, args = list(), type = "l", xlab, ylab, ...)
f
link{xyplot}
xyplot
fplot
curve
fplot(sin) fplot(sin,xlim=c(0,4*pi)) f <- function(t) { sin(1/t) } fplot(f) fplot(f,n=500)
Run the code above in your browser using DataLab