bubbles-methods {FLCore} | R Documentation |
Use this method to do plots with circles proportional to the mean of the data.
bub.scale
that will be multiplied be the pch.cex
argument, so increasing the contrast among the circles.
bub.scale
that will be multiplied be the pch.cex
argument, so increasing the contrast among the circles. This method plots bubbles of different color for negative and positive values, controled by the argument bub.col
which is a character vector with 2 values. The legend is drawn by the method bkey
. Try getMethod("bkey") to look at it.
The FLCore Team
data(ple4sex) # let's see how it looks bubbles(age~year|unit, data=ple4sex@catch.n/1000, bub.scale=5) # what about the log scale ? bubbles(age~year|unit, data=log(ple4sex@catch.n))