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/
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
2 matches
Mail list logo