ggKobe: ggKobe

Description Usage Arguments Value Examples

Description

ggKobe produces a kobe plot in the manner of Costello et al 2016, using user supplied data

Usage

1
2
ggKobe(dat, xvar = "BvBmsy", yvar = "FvFmsy", plot_density = T,
  color_name = "RAM", plot_panel_colors = F, xlimit = 2.5, ylimit = 4)

Arguments

dat

dataframe containing required stuff

xvar

thing you want plotted on the x axis

yvar

thing you want plotted on the y axis

plot_density

logical indicating whether background density should be plotted

color_name

variable to color code dots by

plot_panel_colors

T or F to plot background panel colors instead of density

Value

a kobe plot ggplot

Examples

1
ggKobe(filter(ProjectionData, Year == 2012), xvar = 'BvBmsy', yvar = 'FvFmsy')

DanOvando/GUM documentation built on May 6, 2019, 1:22 p.m.