Usage
mountains(zmat, xvec=NULL, yvec=NULL, zscale=3, nshades=100,
xaxs='i', yaxs='i', xlab="", ylab="", las=1, addbox=FALSE, ...)
Arguments
zmat
a matrix where the rows represent the heights of each mountain range
xvec
optional input for the x variable
yvec
optional input for the y variable
zscale
controls the height of the mountains relative to the
y-axis and max(zmat)
nshades
number of levels of shading
xaxs
x-axis as internal or regular (see ?par for details)
yaxs
y-axis as internal or regular (see ?par for details)
xlab
optional label for x-axis
ylab
optional label for y-axis
las
axis label style (see ?par for details). Default = 1 =
horizontal axis labels.
addbox
puts a box around the whole plot
...
extra inputs passed to the plot command