bubbleplot: Directed Adjacency Graphs

Description Usage Arguments Value Examples

Description

Creates "bubble plots" (i.e., directed adjacency graphs) showing transitions for observed pairs of two variables.

Usage

1
bubbleplot(x, y, data = NULL, ...)

Arguments

x

NumericVector.

y

NumericVector.

data

Optional data.frame containing the variables to be graphed.

...

Additional parameters passed to plot.

Value

Outputs a plot!

Examples

1
2
3
x <- c(0, 1, 1, 0, 0, 1, 0, 1)
y <- c(1, 1, 1, 0, 0, 1, 0, 1)
bubbleplot(x, y)

jsks/seqR documentation built on May 9, 2019, 12:48 p.m.