addxaxis: Add an x axis to the current plot

Description Usage Author(s) Examples

Description

This function adds an x-axis to the current plot. Intended for use when the plot does not fall along the bottom row, but you plan to put no plot beneath it.

Usage

1

Author(s)

Carlisle Rainey (e-mail, website)

Examples

1
2
3
4
5
par(mfrow = c(2,2), mar = c(.75,.75,.75,.75), oma = c(3,3,1,1))
eplot(xlim = c(-1, 1), ylim = c(-1, 1), xlab = "X Label")
aplot()
addxaxis()
aplot()

carlislerainey/compactr documentation built on May 13, 2019, 12:45 p.m.