I need to do this to use the source ( ) function. Thanks gyan -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
dear R-Guru, Anybody knows how to change the range of Y axis in plot.stepfun. I want to overlap several stepping data with different y ranges. But can't make it becaues there is no option for ylim. Thanks in advance. Shawn Lee -------------- next part -------------- A non-text attachment was scrubbed... Name: Shawn.Lee.vcf Type: text/x-vcard Size: 333 bytes Desc: Card for Shawn Lee Url : https://stat.ethz.ch/pipermail/r-help/attachments/20021101/c850d109/Shawn.Lee.vcf
Just type your R codes/functions in a text editor, then use Save As... to save it with extension .R Cheers, Kevin ------------------------------------------------ Ko-Kang Kevin Wang Post Graduate PGDipSci Student Department of Statistics University of Auckland New Zealand www.stat.auckland.ac.nz/~kwan022 ----- Original Message ----- From: "Gyanendra Badgaiyan" <gbadgaiy at princeton.edu> To: <r-help at stat.math.ethz.ch> Sent: Friday, November 01, 2002 2:02 PM Subject: [R] How do I save a file as .R ?> I need to do this to use the source ( ) function. > > Thanks > gyan > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-> r-help mailing list -- Readhttp://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html> Send "info", "help", or "[un]subscribe" > (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch >_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. _._>-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Any text editor should be able to do this. If you are using Windows, Notepad will work. There is one problem in the default setup for Windows: Notepad (and many other editors) will add '.txt' on to the filename if you ask to save a text file. There are two ways to fix this: 1. (Recommended) In Explorer, go to Tools | Folder options | View, and make sure "Hide extensions for known file types" is *not* checked. Then Explorer will show you the true filenames, and programs like Notepad won't secretly add '.txt'. 2. Put double quotes around the filename when you specify it, e.g. "myfile.R" instead of just myfile.R. Duncan Murdoch -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._