cluster_trelliscope: cluster_trelliscope

Description Usage Arguments Value See Also Examples

Description

Intented to take data in long format for trelliscopejs use

Usage

1
2
cluster_trelliscope(data, trans = "identity", name = "Cluster Results",
  group = "common", path = "~/trelliscope", selfContained = FALSE)

Arguments

data

Tibble/Data Frame with the following columns:

  • Account Number (unique identifier)

  • Date

  • Count

  • Prediction

trans

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

  • Default is identity

name

Name of the trelliscope view

  • Default is Cluster 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

A trelliscopejs object

See Also

Examples

1
test

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