pillar (version 0.0.0.9000)

spark_line: Draw a sparkline line graph with Braille characters.

Description

Draw a sparkline line graph with Braille characters.

Usage

spark_line(x)

Arguments

x

A numeric vector between 0 and 1

Examples

Run this code
# NOT RUN {
x <- seq(0, 1, length = 10)
spark_line(x)
# }

Run the code above in your browser using DataCamp Workspace