bayMDSApp: Shiny App for exploring the results of 'bmds' function

View source: R/bayMDSApp.R

bayMDSAppR 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 bmds, the output of the bmds function

Value

open Shiny app

Examples


data(cityDIST)
out <- bmds(cityDIST, min_p=1, max_p=6 )
if(interactive()){bayMDSApp(out)}


bayMDS documentation built on Nov. 10, 2022, 5:07 p.m.

Related to bayMDSApp in bayMDS...