plotMDFR.Bubbles: Create or add to a circle plot of age or size comp.s.

Description Usage Arguments Value

View source: R/plotMDFR.Bubbles.R

Description

Creates or adds to a circle plot of age or size comp.s.

Usage

1
2
3
4
5
plotMDFR.Bubbles(mdfr, x = NULL, y = NULL, value.var = "val",
  agg.formula = NULL, agg.function = sum, ..., colour = NULL,
  faceting = NULL, units = "", xlab = "", ylab = "", title = "",
  alpha = 0.5, maxBubbleSize = 6, useColourGradient = FALSE,
  guideTitleColour = "", showPlot = FALSE)

Arguments

x

- column name for x-axis values

y

- column name for y-axis values

value.var

- column name for values to aggregate (value.var in cast)/plot as circles

agg.formula

- aggregation formula (left-hand side of cast formula)

agg.function

- aggregation function (fun.aggregate in cast)

...

- further arguments passed to aggregating function

colour

- column name to which colour aesthetic is mapped

faceting

- faceting formula

units

- units for bubble size scale

xlab

- x axis label

ylab

- y axis label

title

- plot title

alpha

- transparency level

maxBubbleSize

- max bubble size

useColourGradient

- flag (T/F) to use a color gradient for bubble color

guideTitleColour

- title for colour guide

showPlot

- flag to show plot immediately

Value

ggplot2 object


wStockhausen/rTCSAM2015 documentation built on May 3, 2019, 7:14 p.m.