panel.bubbleplot: Panel Function for Bubble Plots

View source: R/bubbleplot.R

panel.bubbleplotR Documentation

Panel Function for Bubble Plots

Description

Panel Function for Bubble Plots

Usage

panel.bubbleplot(x, y, z, groups = NULL, subscripts, cex = NULL, ...)

Arguments

x, y

variables to be plotted in the scatterplot

z

A numeric vector that areas of circles will be mapped to.

groups

Grouping variable (see lattice::xyplot()).

subscripts

A vector of indexes to specify which observation to plot. Normally does not need to be provided by the user.

cex

Is used internally and user settings will be ignored.

...

Further arguments to pass to lattice::panel.xyplot().

Value

Plots a layer inside a panel of a lattice plot.


jolars/trelliswork documentation built on June 5, 2023, 11:52 a.m.