Sir,
I have a problem regarding drawing curve.I pose the problem as follows:

suppose I have two vectors:
x<-c(1:6)
y<-c(.01,.09,.08,.03,.001,.02)
plot(x,y)

It gives me the plotted points.But I want to draw a smooth curve passing
througt these points.
How can I do this?


Thanks & Regards,
Suman Dhara

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to