This function will draw the MST for a scatterplot.
draw_mst(x, y, alpha = 0.5, out.rm = TRUE)
numeric vector
numeric vector
The alpha value used to build the graph object. Larger values allow points further apart to be connected.
option to return the outlier removed MST
A "gg" object that draws the plot's MST.