plot_data_extent: Data extent plot

View source: R/plot-bubble.R

plot_data_extentR Documentation

Data extent plot

Description

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(s)

Darcy Webber darcy@quantifish.co.nz


quantifish/influ2 documentation built on Dec. 14, 2024, 5:10 a.m.