spark_line: Draw a sparkline line graph with Braille characters.

Description Usage Arguments See Also Examples

View source: R/spark.R

Description

You might want to avoid sparklines on non-UTF-8 systems, because they do not look good. You can use is_utf8_output() to test for support for them.

Usage

1

Arguments

x

A numeric vector between 0 and 1

See Also

spark_bar()

Examples

1
2
x <- seq(0, 1, length = 10)
spark_line(x)

RonMobile/cli documentation built on Dec. 18, 2021, 11 a.m.