Designed to replicate like the cool-looking Figure 7 in Butterworth et al. (2003).
mountains(
zmat,
xvec = NULL,
yvec = NULL,
zscale = 3,
rev = TRUE,
nshades = 100,
axes = TRUE,
xaxs = "i",
yaxs = "i",
xlab = "",
ylab = "",
las = 1,
addbox = FALSE,
...
)
A matrix where the rows represent the heights of each mountain range
Optional input for the x variable
Optional input for the y variable
Controls the height of the mountains relative to the y-axis and max(zmat)
Reverse the order of the display of yvec values.
Number of levels of shading
Add axes to the plot?
X-axis as internal or regular (see ?par for details)
Y-axis as internal or regular (see ?par for details)
Optional label for x-axis
Optional label for y-axis
Xxis label style (see ?par for details). Default = 1 = horizontal axis labels.
Puts a box around the whole plot
Extra inputs passed to the plot command
Butterworth D.S., Ianelli J.N., Hilborn R. (2003) A statistical model for stock assessment of southern bluefin tuna with temporal changes in selectivity. South African Journal of Marine Science 25:331-362.