Re: [R] plot with no default axis labels

2010-05-14 Thread Giovanni Azua
Hello Jim, Very nice example! thank you! Best regards, Giovanni On May 14, 2010, at 11:50 AM, Jim Lemon wrote: > On 05/14/2010 07:31 PM, Giovanni Azua wrote: >> Hello, >> >> I could not find an easy way to have the plot function not display the >> default x and y-axis labels, I would like to

Re: [R] plot with no default axis labels

2010-05-14 Thread Jim Lemon
On 05/14/2010 07:31 PM, Giovanni Azua wrote: Hello, I could not find an easy way to have the plot function not display the default x and y-axis labels, I would like to customize it to show only points of interest ... I would like to: 1- call plot that show no x-axis and y-axis labels 2- call

Re: [R] plot with no default axis labels

2010-05-14 Thread Giovanni Azua
Hello, I found the answer here: http://www.statmethods.net/advgraphs/axes.html basically plot(...,axes=FALSE,...) ## avoids default axis labels Best regards, Giovanni On May 14, 2010, at 11:31 AM, Giovanni Azua wrote: > Hello, > > I could not find an easy way to have the plot function not di