bin_by_df: bin_by_df - returns a data frame for counts by bin

View source: R/archived_binByTools.R

bin_by_dfR Documentation

bin_by_df - returns a data frame for counts by bin

Description

will count number of observations for each bin then return a count dataframe

Usage

bin_by_df(df, method, custom_range, equal_step = 10, equal_number = 100)

Arguments

df

the vector to include to be cut. Should be an ecotaxa tsv export

method

"Equal Space", "Custom", "Equal Number" "Zooscan"

custom_range

vector of ranges

equal_step

create equal steps of this size

equal_number

create this number of ranges


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