Intented to take data in long format for trelliscopejs use

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

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