plot_toydata: plot_toydata

View source: R/plot_toydata.R

plot_toydataR Documentation

plot_toydata

Description

Provides an overview table for the time and scope conditions of a data set

Usage

plot_toydata(dat, col = viridis::viridis(2, alpha = 0.7)[1], pch = 19, ...)

Arguments

dat

The number of observations in the produced toydata

col

Set your favorite color (if you don't like the default)

...

Additional arguments passed to plot

Value

A plot of the toydata

Examples

toydata <- create_toydata(n = 1000)
plot_toydata(toydata)

mneunhoe/missGAN documentation built on March 19, 2024, 2:01 a.m.