plot_mds_test {nzilbb.vowels} | R Documentation |
mds_test()
results Plot output from
mds_test()
.
plot_mds_test(mds_test)
mds_test |
Object of class |
ggplot
object.
mds_result <- mds_test(
sim_matrix,
n_boots = 10,
n_perms = 10,
test_dimensions = 3,
mds_type = 'interval'
)
plot_mds_test(mds_result)