[R] plot Ticks

Thomas Roth (geb. Kaliwe) hamstersquats at web.de
Tue Jan 27 15:41:41 CET 2009


you could set them manually, if thats what you're looking for

plot(1:10, axes = F)
axis(1, at = seq(1,10 , length = 3))

mauede at alice.it schrieb:
> Is there a way to force the number of ticks along an axis ?
> I read the on-line documentation and tried many combinations of all available parameters from functions
> par(), axTicks(), axis(), plot() ... but no luck !
>
> Thank you very much,
> Maura
>
>
> tutti i telefonini TIM!
>
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>




More information about the R-help mailing list