bubbles-method {FLEDA} | R Documentation |
Implements bubbles
plots for "spay"
and "FLCohort"
classes.
See bubbles-methods
.
bubbles
methods by using different colors for positive and negative values.bubbles
plot to a FLCohort
object.
spay-class
, bubbles-methods
, lattice
, FLCohort-class
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)