Displaying 1 result from an estimated 1 matches for "xrev".
Did you mean:
xdev
2002 Feb 12
0
Plotting with direction of axes reversed.
...vised
code of rplot() is enclosed below.
My thanks to Herberto Ghezzo for spotting the bug and for helping to
test the revised version.
cheers,
Rolf Turner
rolf at math.unb.ca
===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===
rplot <- function(x, y, xrev = F, yrev = T, xside = if(yrev) 3 else 1,
yside = if(xrev) 4 else 2, xlab = NULL, ylab = NULL,
bty = NULL, ...)
{
#
# Function rplot --- r for ``reverse'' (to reverse the direction of
# axes).
#
# Copyright (C) 1996 by T. Rolf Turner, University of New Br...