Plot list of trelliscope

plot_trelliscopes(
  data,
  group_columns = NULL,
  trelliscope_parameters = list(path = NULL, rows = 1, columns = 2)
)

Arguments

data

a data frame

group_columns

columns for grouped data frame

trelliscope_parameters

list of parameters to pass along to trelliscope

  • path: if not NULL the path to save the trelliscope

  • rows: rows for trelliscope

  • columns: columns for trelliscope

  • id_columns: initial columns

Value