Summary of Data object
# S4 method for Data
summary(
object,
wait = TRUE,
x = 1,
plots = "all",
rmd = FALSE,
head = "##",
tplot = 25
)
An object of class Data
Logical. Wait for key press before next plot?
iteration number for the Data object.
Character. What plots to show? all
, TS
, CAA
, CAL
, PD
for all plots, time-series, catch-at-age, catch-at-length, and
probability distributions respectively
Logical. Used in a rmd file?
Character. Heading for rmd file. Default is '##' (second level heading)
Integer. Number of plots per page. Default 25