Description Generic Function Methods See Also Examples
Implements bubbles plots for "spay" and "FLCohort" classes.
See bubbles-methods.
This method differs from the usual bubbles methods by using different colors for positive and negative values.
This method implements the usual bubbles plot to a FLCohort object.
spay-class, bubbles-methods, lattice, FLCohort-class
1 2 3 4 5 6 7 8 9 10 11 | data(ple4sex)
# compute standardized catch proportion at age
ple4sex.spay <- spay(ple4sex@catch.n)
# fine tune
ttl <- list(label="Standardized catch proportion at age for Plaice in IV", cex=1)
yttl <- list(label="age", cex=0.8)
xttl <- list(cex=0.8)
ax <- list(cex=0.7)
# plot
bubbles(age~year|unit, ple4sex.spay, main=ttl,
ylab=yttl, xlab=xttl, scales=ax)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.