On 25/02/2016 7:31 AM, Fabio Monteiro wrote:
Hi

i'm trying to plot my data in R and i can't manage to scale the x axis.

My x axis are dates, months and years, and when I plot I only have the x
axis like this (2002, 2004, 2006, 2008, 2010).

I whant every date in the axis not only those years, i want to see every
point with the respectively date in the axis.

How can I do that?

Plot it with axes = FALSE, and then add each axis using the Axis() (or axis() or axis.Date() or...) function.

Duncan Murdoch

______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
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.

Reply via email to