plotLollipops.MaturityOgiveData: plot lollipops for fits to maturity ogive data

View source: R/plotLollipops.R

plotLollipops.MaturityOgiveDataR Documentation

plot lollipops for fits to maturity ogive data

Description

function to plot lollipops for fits to maturity ogive data.

Usage

plotLollipops.MaturityOgiveData(
  mdfr,
  type = "zscores",
  extreme = 3,
  dw = 5,
  linewidth = 0.1,
  plotPoints = TRUE,
  nrow = 5,
  xlab = "size (mm CW)",
  ylab = type
)

Arguments

mdfr
  • input dataframe from extractMDFR.Fits.MaturityOgiveData()

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

nrow
  • number of rows for faceting

xlab
  • x-axis label

ylab
  • y-axis label

Details

Plots type as lollipops against size, faceted by year.

Value

ggplot2 plot object


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