Learn R Programming

bayMDS (version 2.0)

bayMDSApp: Shiny App for exploring the results of bmds function

Description

Call Shiny to show the results of Bayesian analysis of multidimensional scaling in a web-based application.

Usage

bayMDSApp(out)

Value

open Shiny app

Arguments

out

an object of class bmds, the output of the bmds function

Examples

Run this code
# \donttest{
data(cityDIST)
out <- bmds(cityDIST, min_p=1, max_p=6 )
if(interactive()){bayMDSApp(out)}
# }

Run the code above in your browser using DataLab