seq_plot: Sequence Plot

Description Usage Arguments Value Examples

View source: R/sequenceplot.R

Description

Sequence Plot

Usage

1

Arguments

df

A Dataframe with four columns - all numbers

Value

A plot showing the result of the myseq_n() function

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
my_data <- tibble::tribble(
~x, ~y, ~z, ~n,
2,4,3,3,
2,4,3,4,
2,4,3,5,
2,4,3,6,
2,4,3,7,
2,4,3,8,
2,4,3,9,
2,4,3,10,
2,4,3,12)
seq_plot(my_data)

dwjkate/hw04dwjkate documentation built on Feb. 28, 2021, 12:15 a.m.