View source: R/show_tbniscrplotly.R
show_tbniscrplotly | R Documentation |
Creates a plotly object for TBNI score plots
show_tbniscrplotly(p, width = NULL, height = NULL)
p |
|
width |
numeric for width of the plot in pixels |
height |
numeric for height of the plot in pixels |
A plotly
data object
tbniscr <- anlz_tbniscr(fimdata)
p <- show_tbniscrall(tbniscr)
show_tbniscrplotly(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.