chicken_generator: Chicken foot simulation data generator

View source: R/simulation.R

chicken_generatorR Documentation

Chicken foot simulation data generator

Description

chicken_generator generates chicken foot simulation data.

Usage

chicken_generator(seed = 1)

Arguments

seed

A scaler determining the seed to be used.

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.

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.

Examples

chicken_generator(1)


TianshuFeng/SemiMapper documentation built on Sept. 16, 2022, 10:26 p.m.