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.
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))