chicken_generator generates chicken foot simulation data.

chicken_generator(seed = 1)

Arguments

seed

A scaler determining the seed to be used.

Value

A dataframe of the simulated data. The first column denotes the groups of the points and the last three columns are the coordinates of data points.

Details

chicken_generator generates chicken foot simulation data with 450 data points in total. It consists of three toes and one shank. Each of the toes contains 105 data points and the shank contains 135 data points.

Examples

chicken_generator(1)