cut_for_merge: Cut for merge Cut cluster data for merge with original data...

Description Usage Arguments Examples

View source: R/cut_for_merge.R

Description

Cut for merge Cut cluster data for merge with original data frame. Output only has haul_id, clust, and number of tows

Usage

1
cut_for_merge(input_data, clust_input, cut_point)

Arguments

input_data

Original data input to function. Should be only the unique tows

clust_input

Output from the clustering function. Clustering can take a while

cut_point

Value to cut the data

Examples

1
cut_for_merge(input_data = unq_tows, clust_input = xx, cut_point = calc_cut)

peterkuriyama/ch4 documentation built on June 18, 2021, 9:59 a.m.