Skip to content

plot axis appearance problem

1 message · Liaw, Andy

#
R can only do what you _ask_ it to do, not what you want it to do.  You have
explicitly tell R to limit the range of the x-axis to 1993 and 2003.  If you
want to include the origin (0, 0), use 0 as the lower limit in both ylim and
xlim.

Andy