ggplotable: Preliminary check for a plotly::ggplotly() call

ggplotableR Documentation

Preliminary check for a plotly::ggplotly() call

Description

Check if a plot generated by iNZightTS can be passed to plotly::ggplotly().

Usage

ggplotable(x)

Arguments

x

a ggplot object produced by iNZightTS

Value

a logical

See Also

ggplotly

Examples

x <- inzightts(visitorsQ)
## Not run: 
ggplotable(plot(x))
ggplotable(plot(x, names(x)[-1]))

## End(Not run)


iNZightVIT/iNZightTS documentation built on Feb. 3, 2024, 11:50 p.m.