find_split | R Documentation |
find_split
This function finds the best split based on the improvement
find_split(
lf_prop,
frstcol.lf,
lstcol.lf,
lat.min,
lon.min,
year.min,
quarter,
year
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.