plot_mds_test {nzilbb.vowels} | R Documentation |
Plot mds_test()
results
Description
Plot output from
mds_test()
.
Usage
plot_mds_test(mds_test)
Arguments
mds_test |
Object of class |
Value
ggplot
object.
Examples
mds_result <- mds_test(
sim_matrix,
n_boots = 10,
n_perms = 10,
test_dimensions = 3,
mds_type = 'interval'
)
plot_mds_test(mds_result)
[Package nzilbb.vowels version 0.4.1 Index]