plot_mds_test function

Plot mds_test() results

Plot mds_test() results

Plot output from mds_test().

plot_mds_test(mds_test)

Arguments

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

Returns

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)