spark (version 2.0.0)

spark: Generic spark line method for matrices or data frames, etc.

Description

Generic spark line method for matrices or data frames, etc.

Usage

spark(data, width = c("data", "auto", "screen"), ...)

Arguments

data

The data to plot.

width

The width (number of characters) of the output. ‘data’ means that it will match the length of the data. ‘screen’ means that it will be scaled to match the width of the screen. ‘auto’ means ‘data’ if the length of the data is not longer than the screen width, and ‘screen’ otherwise.

...

Additional arguments to the various methods.

Value

Characacter vector containing the spark line(s).

See Also

Other spark: spark.default, spark.matrix