gen_example_data: Generate Simple Example Data

Description Usage Arguments Value Examples

View source: R/gen_example_data.R

Description

Creates a data frame with CHOIR Body Map segment IDs and a randomly associated value. Also adds grouping information for facetting while plotting.

Usage

1
gen_example_data(seed = 123)

Arguments

seed

integer to seed the random number generator

Value

values data.frame

Examples

1
2
cbm_df <- gen_example_data()
head(cbm_df)

CHOIRBM documentation built on Feb. 15, 2021, 5:07 p.m.