Learn R Programming

spect (version 1.0)

plot_synthetic_data: Simple visualization of synthetic subscription data.

Description

Simple visualization of synthetic subscription data.

Usage

plot_synthetic_data(data)

Value

None - prints synthetic data generated by create_synthetic_data

Arguments

data

a data object generated by create_synthetic_data

Author

Stephen Abrams, stephen.abrams@louisville.edu

Examples

Run this code
data <- create_synthetic_data()
plot_synthetic_data(data)

Run the code above in your browser using DataLab