# NOT RUN {
params <- NS_params
sim <- project(params, effort=1, t_max=20, t_save = 2, progress_bar = FALSE)
plot(sim)
plot(sim, time_range = 10:20) # change time period for size-based plots
plot(sim, min_w = 10, max_w = 1000) # change size range for biomass plot
# }
# NOT RUN {
params <- NS_params
plot(params)
plot(params, min_w = 10, max_w = 1000) # change size range for biomass plot
# }
Run the code above in your browser using DataLab