View source: R/plotMDFR.Bubbles.R
plotMDFR.Bubbles | R Documentation |
Creates or adds to a circle plot of age or size comp.s.
plotMDFR.Bubbles(
mdfr,
x = NULL,
y = NULL,
value.var = "val",
agg.formula = NULL,
agg.function = sum,
...,
colour = NULL,
facet_grid = NULL,
units = "",
xlab = "",
ylab = "",
title = "",
alpha = 0.5,
maxBubbleSize = 6,
useColourGradient = FALSE,
guideTitleColour = "",
showPlot = FALSE
)
x |
|
y |
|
value.var |
|
agg.formula |
|
agg.function |
|
... |
|
colour |
|
facet_grid |
|
units |
|
xlab |
|
ylab |
|
title |
|
alpha |
|
maxBubbleSize |
|
useColourGradient |
|
guideTitleColour |
|
showPlot |
|
uses reshape2
package.
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.