pth_layer_control_points: Layer for control points

View source: R/plot-new.R

pth_layer_control_pointsR Documentation

Layer for control points

Description

Layer for control points

Usage

pth_layer_control_points(x, ...)

## Default S3 method:
pth_layer_control_points(x, ...)

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

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

## S3 method for class '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.


ijlyttle/colorpath documentation built on Sept. 13, 2022, 7:44 p.m.