Description Usage Arguments Value Examples
Runs interactive shiny
session of BOSSA
based on pre-computed clusterings.
1 | bossa_interactive(object)
|
object |
a output of |
Opens a browser window with an interactive shiny
app and visualize
all pre-computed clusterings.
1 2 3 4 5 | {
data(bo.simu.data)
object <- BossaClust(bo.simu.data)
if(interactive()){bossa_interactive(object)}
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.