mdaplot.plotAxes: Create axes plane

View source: R/mdaplot.R

mdaplot.plotAxesR Documentation

Create axes plane

Description

Creates an empty axes plane for given parameters

Usage

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"
)

Arguments

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


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.