Intended to take long data and output trelliscope with cut_point vertical lines

cut_point_trelliscope(data, movAvg = 21, trans = "identity",
  name = "cut_point Results", group = "common", path = "~/trelliscope",
  selfContained = F)

Arguments

data

Tibble/Data Frame with the following columns:

  • Account Number (unique identifier)

  • Date

  • Count

movAvg

Moving average

  • Default is 21

trans

Scale of the y-axis, see ggplot2::scale_y_continuous()

  • Default is identity

name

Name of the trelliscope view

  • Default is cut_point Results

group

Group of trelliscope views

  • Default is common

path

Base directory of trelliscope app

  • Default is ~/trelliscope

selfContained

Create the individual pre-rendered panels

  • Default is FALSE

Value

trelliscopejs object

Examples

test
#> Error in eval(expr, envir, enclos): object 'test' not found