cut_point_trelliscope: cut_point_trelliscope

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
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

1
test

HSPS-DataScience/tsCogs documentation built on May 24, 2019, 8:56 a.m.