assign_spectra_bins: Make size bins in a cut style vector

View source: R/gen_size-spectra-tools.R

assign_spectra_binsR Documentation

Make size bins in a cut style vector

Description

Runs for a single bin group

Usage

assign_spectra_bins(
  size_vect,
  method,
  width = NULL,
  base = 2,
  min_size = NULL,
  max_size = NULL
)

Arguments

size_vect

the vector to assign classes for

method

log or width

width

if width, need to specify the width

base

if log method, the base of the log

min_size

minimum size

max_size

maximum size


TheAlexBarth/EcotaxaTools documentation built on Nov. 14, 2024, 8:27 p.m.