Skip to contents

Line Graph

Usage

x_line(w, x = "x", y = "y", color = NULL)

Arguments

w

an xkcd widget object

x

x variable

y

y variable

color

optional group variable mapped to colors

Examples

subset(airquality, Month == 5) |>
 x_chart() |>
 x_line(x = "Day", y = "Temp")