plotActivity | R Documentation |
Plot the activity (number of trips) for a simulation. Under the assumption that recreational and commercial fishers usually conduct daytrips, this indicator can be used as an effort measure.
plotActivity(sim, fleet = "B")
sim |
A |
fleet |
A |
#load in the model parameters data("seabass") R <- c(rep(23151200, 20), rep(757600, 20)) sim <- project(params, R = R) plotActivity(sim) plotActivity(sim, fleet = "R") plotActivity(sim, fleet = "C")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.