Learn R Programming

CHOIRBM (version 0.0.2)

gen_example_data: Generate Simple Example Data

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

gen_example_data(seed = 123)

Arguments

seed

integer to seed the random number generator

Value

values data.frame

Examples

Run this code
# NOT RUN {
cbm_df <- gen_example_data()
head(cbm_df)

# }

Run the code above in your browser using DataLab