opc_plot_image: Compute and plot image-style plot of OPC abundance in size...

View source: R/opc.R

opc_plot_imageR Documentation

Compute and plot image-style plot of OPC abundance in size and depth bins

Description

Compute and plot image-style plot of OPC abundance in size and depth bins

Usage

opc_plot_image(
  df,
  ds = 0.05,
  dz = 2,
  min_size = 0,
  max_size = 4,
  good_only = T
)

Arguments

df

opc tibble

ds

particle size bin width (mm)

dz

depth bin width (m)

min_size

minimum particle ESD (mm)

max_size

maximum particle ESD (mm)

good_only

use only good (unflagged) values

Value

ggplot


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