find_split: Find the best split

View source: R/find_split.R

find_splitR Documentation

Find the best split

Description

find_split This function finds the best split based on the improvement

Usage

find_split(
  lf_prop,
  frstcol.lf,
  lstcol.lf,
  lat.min,
  lon.min,
  year.min,
  quarter,
  year
)

Arguments

lf_prop

The length frequency data frame input; must include columns lat, lon, year, and quarter

frstcol.lf

The first column in the data frame with length frequency info

lstcol.lf

The first column in the data frame with length frequency info

quarter

Whether to consider quarter as a splitting dimention; default = TRUE


HaikunXu/FishFreqTree documentation built on Jan. 25, 2025, 12:07 a.m.