Learn R Programming

nzilbb.vowels (version 0.3.1)

plot_mds_test: Plot mds_test() results

Description

[Experimental] Plot output from mds_test().

Usage

plot_mds_test(mds_test)

Value

ggplot object.

Arguments

mds_test

Object of class mds_test_results (generated by mds_test()).

Examples

Run this code
mds_result <- mds_test(
    sim_matrix,
    n_boots = 10,
    n_perms = 10,
    test_dimensions = 3,
    mds_type = 'interval'
 )
 plot_mds_test(mds_result)

Run the code above in your browser using DataLab