Displaying 1 result from an estimated 1 matches for "yside".
Did you mean:
side
2002 Feb 12
0
Plotting with direction of axes reversed.
...hezzo 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 Brunswick.
#
# Permission to use, copy, modify, and distribute this...