Re: [R] Producing customized tickmarks when producing a graph using"curve"

2009-04-28 Thread Bert Gunter
ect.org] On Behalf Of Dimitri > Liakhovitski > Sent: Tuesday, April 28, 2009 1:44 PM > To: Phil Spector; R-Help List > Subject: Re: [R] Producing customized tickmarks when > producing a graph using"curve" > > Dear Phil, > thank you so much for refering me to the "axis

Re: [R] Producing customized tickmarks when producing a graph using "curve"

2009-04-28 Thread Dimitri Liakhovitski
Dear Phil, thank you so much for refering me to the "axis" function. It helped me find the solution! Come on, guys, I was just asking for a pointer, not for a solution. Dimitri On Tue, Apr 28, 2009 at 3:37 PM, Phil Spector wrote: > Dimitri - >   First, suppress the xaxis tick marks by passing > >

Re: [R] Producing customized tickmarks when producing a graph using "curve"

2009-04-28 Thread Stefan Grosse
Dimitri Liakhovitski schrieb: > I was wondering, if it's possible to "turn off" the default tick marks > and introduce those tick marks in specific locations. > use search. rseek for example. use help. ?axis for example leads you to an example how to do so... (works also for curve) and please tr

Re: [R] Producing customized tickmarks when producing a graph using "curve"

2009-04-28 Thread David Winsemius
It is possible in any of the flavors of graphics available in R. PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- David On Apr 28, 2009, at 2:56 PM, Dimitri Liakhovitski wrote: Hello! I am usin

[R] Producing customized tickmarks when producing a graph using "curve"

2009-04-28 Thread Dimitri Liakhovitski
Hello! I am using function "curve" to create a line graph. I was wondering, if it's possible to "turn off" the default tick marks and introduce those tick marks in specific locations. For example, currently in my X axis tick marks are (automatically) at 10, 11, 12, 13 but I want them to be in 5 spe