bayMDSApp {bayMDS} | R Documentation |
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)
Arguments
out |
an object of class |
Value
open Shiny app
Examples
data(cityDIST)
out <- bmds(cityDIST, min_p=1, max_p=6 )
if(interactive()){bayMDSApp(out)}
[Package bayMDS version 2.0 Index]