plotLollipops.ZCs: plot lollipops for fits to size composition data

View source: R/plotLollipops.R

plotLollipops.ZCsR Documentation

plot lollipops for fits to size composition data

Description

function to plot lollipops for fits to size composition data.

Usage

plotLollipops.ZCs(
  mdfr,
  type = "zscores",
  extreme = 3,
  dw = 5,
  linewidth = 0.1,
  plotPoints = TRUE,
  xlab = "size bin (mm CW)",
  ylab = "z-score",
  facet_wrap = ~y,
  ncol = 2
)

Arguments

mdfr
  • input data

type
  • type of value to plot (e.g., "zscores")

extreme
  • criteria for extreme values

dw
  • dodge width (x-axis units)

linewidth
  • linewidth for lollipop stems

plotPoints
  • flag to plot "pop" part of lolli

xlab
  • x-axis label

ylab
  • y-axis label

Details

Under construction!

Value

ggplot2 plot object


wStockhausen/rCompTCMs documentation built on Aug. 27, 2024, 7:15 p.m.