show_tbniscrplotly: Creates a plotly object for TBNI score plots

View source: R/show_tbniscrplotly.R

show_tbniscrplotlyR Documentation

Creates a plotly object for TBNI score plots

Description

Creates a plotly object for TBNI score plots

Usage

show_tbniscrplotly(p, width = NULL, height = NULL)

Arguments

p

ggplot object as output from show_tbniscr or show_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)

tbep-tech/tbeptools documentation built on April 13, 2025, 4:50 p.m.