plot_streak_data: Rug plot of binary data

View source: R/plot_streak_data.R

plot_streak_dataR Documentation

Rug plot of binary data

Description

Constructs a rug plot of a binary sequence.

Usage

plot_streak_data(y)

Arguments

y

vector of 0's and 1's

Author(s)

Jim Albert

Examples

y <- rbinom(500, size=1, prob=0.3)
plot_streak_data(y)

bayesball/BayesTestStreak documentation built on Dec. 15, 2022, 11:36 a.m.