Description Usage Arguments Value Author(s) Examples
Shiny app for mcvis exploration
1 | shiny_mcvis(mcvis_result, X)
|
mcvis_result |
Output of the mcvis function |
X |
The original X matrix |
A shiny app allowing for interactive exploration of mcvis results
Chen Lin, Kevin Wang, Samuel Mueller
1 2 3 4 5 6 7 8 | if(interactive()){
set.seed(1)
p = 10
n = 100
X = matrix(rnorm(n*p), ncol = p)
mcvis_result = mcvis(X)
shiny_mcvis(mcvis_result = mcvis_result, X = X)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.