Re: [R] Odp: ploting continuos function

2011-04-22 Thread derek
Nice. Thank you -- View this message in context: http://r.789695.n4.nabble.com/ploting-continuos-function-tp3467533p3467816.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/

[R] Odp: ploting continuos function

2011-04-22 Thread Petr PIKAL
Hi r-help-boun...@r-project.org napsal dne 22.04.2011 09:19:19: > Hello R, > > I would like to plot continuos function (e.g. y=x^2) without creating a > sequence for x. > Is there a possibility to somehow specify the range - x belongs to > <-100,100>? Something like curve(x^2, -100,100) Mayb