scale of the axes in the graphics window
axes_ticks() axes_ticks(step,sub_grid)
a positive number or a vector of positive numbers
a positive number or a vector of positive numbers
This function allows changing the scale and sub-scale on the axes.
axes_ticks(step,sub_grid)
where
sub_grid
is an optional argument
allows defining the scale on the axes of a plot.
step
represents the primary scale and
sub_grid
the secondary scale. If the
sub_grid
argument is not present, the default mode for the
secondary scale is used. Each argument must be a positive number or a vector of positive numbers. They
represent the distances between two ticks or between two sub-ticks respectively.
If a single number is given, it is taken for both the x-axis and the y-axis scales.
If a vector of two numbers is give, the first corresponds to the scale on x-axis and the second to
that on the y-axis.
axes_ticks()
reverts to the default axes scale.