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

Description Usage Arguments Value

View source: R/plotCompsAsCirclesGG.R

Description

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

Usage

1
2
3
4
plotCompsAsCirclesGG(dfr, x = NULL, y = NULL, z = NULL, category = NULL,
  faceting = NULL, title = NA, xlim = NULL, ylim = NULL, xlab = NA,
  ylab = NA, alpha = 0.6, ggtheme = theme_grey(), showPlot = TRUE,
  verbose = FALSE)

Arguments

dfr

- dataframe from which to extract columns

x

- column name with x coordinates of circle centers

y

- column name with y coordinates of circle centers

z

- column name with values to be plotted as circles

category

- column name with values used as categories for plot

faceting

- formula (as string) for faceting (NULL=no faceting)

title

- title for plot

xlim

- x axis limits

ylim

- y axis limits

xlab

- x axis label

ylab

- y axis label

alpha

- alpha level for transparency (0-1)

ggtheme

- ggplot2 theme

showPlot

- flag to show (print) plot immediately on current graphics device

verbose

- flag (T/F) to print dagnostic info

Value

ggplot2 object


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