sparklineTable {epanetReader}R Documentation

Sparkline Table

Description

Create S3 object of data for table of sparklines

Usage

sparklineTable(df, row.var, col.vars, xvar = NULL, xrange.labels = NULL)

Arguments

df

data.frame of values to plot.

row.var

variable for rows of the table

col.vars

variables for columns of the table

xvar

optional name of variable for horizontal axis of sparkline plots

xrange.labels

optional vector of length 2 with labels for the first and last quantities plotted on x-axis, often a date and/or time

See Also

plotSparklineTable


[Package epanetReader version 0.7.3 Index]