Plot a ggplot2 linechart colored by bulb.

led_linechart(led_data, use_intensity = FALSE)

Arguments

led_data

is a data object from the function led_bulb().

use_intensity

defines whether inensity or percent intensity is plotted on the y-axis.

Examples

led_linechart(led_bulb(5))
led_linechart(led_bulb(5), TRUE)