[R] plotting two functions
Charles C. Berry
cberry at tajo.ucsd.edu
Thu Apr 24 05:37:37 CEST 2008
On Thu, 24 Apr 2008, Manoel Santos wrote:
> i wanna compare functions
> to be simple , let's say i want x^2 and x^5 in same plot ( it's not the
> case but if i get it i'll understand for others )
> how i do it?
See
?curve
example( curve )
HTH,
Chuck
>
> x<-seq(-10, 10, l=100)
>> plot(x^2)
> and?
> tks
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>
Charles C. Berry (858) 534-2098
Dept of Family/Preventive Medicine
E mailto:cberry at tajo.ucsd.edu UC San Diego
http://famprevmed.ucsd.edu/faculty/cberry/ La Jolla, San Diego 92093-0901
More information about the R-help
mailing list