Overlay clustering tree nodes on a scatter plot with the specified aesthetics.
overlay_node_points(
nodes,
x_value,
y_value,
node_colour,
node_size,
node_alpha
)
data.frame describing nodes
column of nodes to use for the x position
column of nodes to use for the y position
either a value indicating a colour to use for all nodes or the name of a metadata column to colour nodes by
either a numeric value giving the size of all nodes or the name of a metadata column to use for node sizes
either a numeric value giving the alpha of all nodes or the name of a metadata column to use for node transparency