Plots an Euclidean minimum spanning tree from given input data.
# S3 method for treedim
plot(
x,
...,
node.col = "orange",
node.size = 5,
main = "MST plot",
legend.cord = c(-1.2, 1.1)
)An object of type "treedim"; returned from test.trajectory, compute.stats or separability
ignore
vector of colors for the observations in x (vertices)
numerical value to represent size of nodes in the plot
title for the plot
vector of the xy coordinates for the legend c(x,y)
result plots a minimum spanning tree for input data x