Layer for control points

pth_layer_control_points(x, ...)

# S3 method for default
pth_layer_control_points(x, ...)

# S3 method for data.frame
pth_layer_control_points(x, color_light = "grey67", color_dark = "grey33", ...)

# S3 method for pth_chroma_trajectory
pth_layer_control_points(x, color_light = "grey67", color_dark = "grey33", ...)

# S3 method for pth_palette_path
pth_layer_control_points(x, color_light = "grey67", color_dark = "grey33", ...)

Arguments

x

data.frame or function with S3 class pth_chroma_trajectory or pth_palette_path

...

other args (not used)

color_light, color_dark

character R colors to use for symbols and lines.

Value

list of ggplot2 geoms.