Skip to contents

This function generates combinations of trajectory IDs from a lookup table and creates a new ID column.

Usage

generate_combinations(df)

Arguments

df

A data frame containing trajectory IDs and classes.

Value

A data frame with combinations of trajectory IDs and classes.

Examples

if (FALSE) {
lut_class <- create_lut_reclass()
generate_combinations(new_traj_class)
}