Learn R Programming

boclust (version 0.1.1)

bossa_interactive: Opens BOSSA results in an interactive session in a web browser.

Description

Runs interactive shiny session of BOSSA based on pre-computed clusterings.

Usage

bossa_interactive(object)

Arguments

object

a output of BossaClust function

Value

Opens a browser window with an interactive shiny app and visualize all pre-computed clusterings.

Examples

Run this code
# NOT RUN {
{
data(bo.simu.data)
object <- BossaClust(bo.simu.data)
if(interactive()){bossa_interactive(object)}
}
# }

Run the code above in your browser using DataLab