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,
...
)function with S3 class pth_palette.
numeric number of points to show.
character colors to use
to outline points.
numeric size of the points.
numeric number of segments in the connecting line.
character character colors to use
for the connecting line.
other args (not used)
list of ggplot2 geoms.