plot.narwproj.Rd
Takes one or more narwproj
object(s) and creates plots of the estimated population trajectories.
# S3 method for narwproj
plot(
...,
interval = TRUE,
cohort = FALSE,
noaa = FALSE,
scales = "free",
ncol = 3,
nx = 5,
ny = 5
)
One or more objects of class narwproj
, as returned by predict.narwsim.
Logical. If TRUE
, percentile confidence intervals are shown on the plots. Defaults to TRUE
.
Logical. If TRUE
, separate plots are returned for each cohort. If FALSE
, a single plot for the whole population is shown. Defaults to FALSE
.
Logical. If TRUE
, the population trajectory predicted as part of NOAA's population viability analysis (Runge et al., 2023) is also plotted. Defaults to FALSE
.
Character. Defines whether axis scales should be constant or vary across plots. Can be one of "fixed" or "free" (the default).
Integer. Number of columns for the plot layout when cohort = TRUE
. Defaults to 3
.
Integer. Desired number of x-axis intervals. Non-integer values are rounded down. Defaults to 5
. See pretty for details.
Integer. Desired number of y-axis intervals. Non-integer values are rounded down. Defaults to 5
. See pretty for details.
Runge MC, Linden DW, Hostetler JA, Borggaard DL, Garrison LP, Knowlton AR, Lesage V, Williams R, Pace III RM (2023). A management-focused population viability analysis for North Atlantic right whales. US Dept Commer Northeast Fish Sci Cent Tech Memo 307, 93 p. Available at https://www.fisheries.noaa.gov/s3/2023-10/TM307-508-1-.pdf.