[R] Using the Rprofile file to automatically plot data on Startup of R version 2.0.1.

2005-01-05 Thread John Fisler
command but I get the same error message. Any help would be appreciated. Thank you. John Fisler __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] Rprofile file to automatically plot data, tried using the .First command.

2005-01-05 Thread John Fisler
, The South Australian Research and Development Institute, is the research division of Primary Industries and Resources (SA) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Fisler Sent: Thursday, 6 January 2005 09:21 To: [EMAIL PROTECTED]; John Fisler

Re: [R] Using the Rprofile file to automatically plot data on Startup of R version 2.0.1.

2005-01-05 Thread John Fisler
(graphics) ** before ** you plot, and you should then be able to do your plotting. -- Bert Gunter Genentech Non-Clinical Statistics South San Francisco, CA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Fisler Sent: Wednesday, January 05, 2005 2:51 PM

[R] Changing the Y graph scale Maximum value.

2004-10-19 Thread John Fisler
to change the maximum Y scale to 6 as in the following code segment, I get the following error: plot(0:10, 0:6, type = n )# setting up coord. system Error in xy.coords(x, y, xlabel, ylabel, log) : x and y lengths differ How do I change the maximum Y scale to 6? Thanks, John Fisler

Re: [R] Changing the Y graph scale Maximum value.

2004-10-19 Thread John Fisler
not understand what you need Jean. On Tue, 19 Oct 2004, John Fisler wrote: Hello, I am new to R and have read the documents related to graphics but have not come across a description of how to change the maximum scale on a graph. Below is sample code that sets up a plot window with a 0

Re: [R] Changing the Y graph scale Maximum value.

2004-10-19 Thread John Fisler
Sundar, Thanks for your response. I used the command below: plot(0, 0, type = n, xlim = c(0, 10), ylim = c(0, 6)) to set the Y axis appropriately and it worked. John Sundar Dorai-Raj wrote: John Fisler wrote: Hello, I am new to R and have read the documents related to graphics but have not come