Dear Erin,
On Tuesday 21 September 2004 06:10, Erin L. Leisz wrote: > hi. i really need help using this program. computer language is a foreign > language to me, and thus, i cannot make heads nor tails of the user manuals > from the website. i need to locate step-by-step examples of simple If you plan to use R more than once, I think you probably want to get used to using the manuals (starting with "An introduction to R", and maybe some of the other intro material available from the R web site). > problems such as "graph f(x)+g(x) and f(g(x)) for the domain 0<x<2" and > "graph 2H(x), H(x)+1, H(x+1)" i do know how to define the functions, but > that's it. is there any help you could provide me? i would appreciate > some help asap. thank you very much For this particular case of plotting f(x), you can take a look at the function "curve" (do: "?curve" at the R prompt). Hope this helps. R. > erin leisz > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html -- Ram�n D�az-Uriarte Bioinformatics Unit Centro Nacional de Investigaciones Oncol�gicas (CNIO) (Spanish National Cancer Center) Melchor Fern�ndez Almagro, 3 28029 Madrid (Spain) Fax: +-34-91-224-6972 Phone: +-34-91-224-6900 http://ligarto.org/rdiaz PGP KeyID: 0xE89B3462 (http://ligarto.org/rdiaz/0xE89B3462.asc) ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
