Usage
plotN(model, what="d", years=NULL, ages=NULL, axes=TRUE,
same.limits=TRUE, div=1, log.transform=FALSE, base.log=10,
main="", xlab="", ylab="", cex.main=1.2, cex.lab=1, cex.strip=0.8,
cex.axis=0.8, las=what == "b", tck=c(1,what=="b")/2,
tick.number=10, lty.grid=3, col.grid="white", pch=16,
cex.points=1, col.points="black", ratio.bars=3, col.bars="grey",
plot.it=TRUE, ...)
Arguments
what
what should be plotted: "d"
[efault],
"i"
[nitial year], "r"
[ecruitment],
"y"
[ear panels], "b"
[ubble plot].
years
vector of numbers indicating which years should be
plotted (all by default).
ages
vector of numbers indicating which ages should be plotted
(all by default).
axes
whether axis values should be plotted.
same.limits
whether panels should have same y-axis limits.
div
denominator to shorten values on y axis.
log.transform
whether values should be log-transformed.
cex.main
size of main title.
cex.lab
size of axis labels.
cex.strip
size of strip labels.
cex.axis
size of tick labels.
las
orientation of tick labels: 0=parallel, 1=horizontal,
2=perpendicular, 3=vertical.
tick.number
number of tick marks.
lty.grid
line type of gridlines.
col.grid
colour of gridlines.
cex.points
size of points.
col.points
colour of points.
plot.it
whether to draw plot.