mdaplot.plotAxes {mdatools} | R Documentation |
Creates an empty axes plane for given parameters
mdaplot.plotAxes( xticklabels = NULL, yticklabels = NULL, xlim = xlim, ylim = ylim, xticks = NULL, yticks = NULL, main = NULL, xlab = NULL, ylab = NULL, xlas = 0, ylas = 0, show.grid = TRUE, grid.lwd = 0.5, grid.col = "lightgray" )
xticklabels |
labels for x ticks |
yticklabels |
labels for y ticks |
xlim |
vector with limits for x axis |
ylim |
vector with limits for y axis |
xticks |
values for x ticks |
yticks |
values for y ticks |
main |
main title for the plot |
xlab |
label for x axis |
ylab |
label for y axis |
xlas |
orientation of xticklabels |
ylas |
orientation of yticklabels |
show.grid |
logical, show or not axes grid |
grid.lwd |
line thinckness (width) for the grid |
grid.col |
line color for the grid |