Layer for palette points

pth_layer_palette(
  palette,
  n_point = 11,
  color_point_inner = "white",
  color_point_outer = "black",
  size_point_inner = 6,
  size_point_outer = size_point_inner + 1,
  n_line = 200,
  color_line = color_point_outer,
  ...
)

Arguments

palette

function with S3 class pth_palette.

n_point

numeric number of points to show.

color_point_inner, color_point_outer

character colors to use to outline points.

size_point_inner, size_point_outer

numeric size of the points.

n_line

numeric number of segments in the connecting line.

color_line

character character colors to use for the connecting line.

...

other args (not used)

Value

list of ggplot2 geoms.