Creates a plotly object for TBNI score plots
Arguments
- p
ggplot
object as output fromshow_tbniscr
orshow_tbniscrall
- width
numeric for width of the plot in pixels
- height
numeric for height of the plot in pixels
Value
A plotly
data object
Examples
tbniscr <- anlz_tbniscr(fimdata)
p <- show_tbniscrall(tbniscr)
show_tbniscrplotly(p)