opc_image: Calculate OPC abundance in size and depth bin matrix

View source: R/opc.R

opc_imageR Documentation

Calculate OPC abundance in size and depth bin matrix

Description

Calculate OPC abundance in size and depth bin matrix

Usage

opc_image(
  df,
  ds = 0.05,
  dz = 2,
  min_size = 1,
  max_size = 4,
  good_only = TRUE,
  reject_volume = TRUE
)

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

reject_volume

set concentration to NA for depth bins with <50% volume sampled

Value

tibble


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