Skip to content

Producing customized tickmarks when producing a graph using "curve"

3 messages · Dimitri Liakhovitski, David Winsemius, Stefan Grosse

#
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 specific locations, like
9.89, 10.34, etc.

Any hint would be greatly appreciated!
#
It is possible in any of the flavors of graphics available in R.

  
    
#
Dimitri Liakhovitski schrieb:
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 try to show at least that you had some effort when you post
something.

Stefan