Skip to contents

Generates a bubble plot for a data set, generally used for plotting database tables.

Usage

plot_data_extent(data, xvar, yvar)

Arguments

data

A data.frame containing at least two columns.

xvar

The name of the temporal column (e.g., year).

yvar

The names of the columns in the data.frame to plot.

Value

a ggplot object

Author

Darcy Webber darcy@quantifish.co.nz