opc_plot_multipanel: Plot OPC histogram, image, and profile with shared axes

View source: R/opc.R

opc_plot_multipanelR Documentation

Plot OPC histogram, image, and profile with shared axes

Description

Plot OPC histogram, image, and profile with shared axes

Usage

opc_plot_multipanel(
  df,
  ds = 0.05,
  dz = 2,
  min_size = 0,
  max_size = 4,
  amin_size = 1,
  amax_size = 2,
  good_only = T
)

Arguments

df

opc tibble

ds

particle size bin width (mm)

dz

depth bin width (m)

min_size

minimum particle ESD (mm) for full plot

max_size

maximum particle ESD (mm) for full plot

amin_size

minimum particle ESD (mm) for abundance profile

amax_size

maximum particle ESD (mm) for abundance profile

good_only

use only good (unflagged) values

Value

ggplot


hansenjohnson/opcr documentation built on Jan. 24, 2023, 5:04 a.m.