plot_synthetic_data {spect}R Documentation

Simple visualization of synthetic subscription data.

Description

Simple visualization of synthetic subscription data.

Usage

plot_synthetic_data(data)

Arguments

data

a data object generated by create_synthetic_data

Value

None - prints synthetic data generated by create_synthetic_data

Author(s)

Stephen Abrams, stephen.abrams@louisville.edu

Examples

data <- create_synthetic_data()
plot_synthetic_data(data)


[Package spect version 1.0 Index]