
Plot the side view of a clustree overlay plot. If the ordinary plot shows the tree from above this plot shows it from the side, highlighting either the x or y dimension and the clustering resolution.
plot_overlay_side(
nodes,
edges,
points,
prefix,
side_value,
graph_attr,
node_size_range,
edge_width,
use_colour,
alt_colour,
point_size,
point_alpha,
point_shape,
label_nodes,
label_size,
y_jitter,
y_offset
)
ggplot object
data.frame describing nodes
data.frame describing edges
data.frame describing points
string indicating columns containing clustering information
string giving the metadata column to use for the x axis
list describing graph attributes
numeric vector of length two giving the maximum and minimum point size for plotting nodes
numeric value giving the width of plotted edges
one of "edges" or "points" specifying which element to apply the colour aesthetic to
colour value to be used for edges or points (whichever is
NOT given by use_colour
)
numeric value giving the size of sample points
numeric value giving the alpha of sample points
numeric value giving the shape of sample points
logical value indicating whether to add labels to clustering graph nodes
numeric value giving the size of node labels is
label_nodes
is TRUE
numeric value giving the y-direction spread of points in side plots
numeric value giving the y-direction offset for points in side plots