Learn R Programming

iNZightTS (version 2.0.0)

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

Description

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

Usage

ggplotable(x)

Value

a logical

Arguments

x

a ggplot object produced by iNZightTS

See Also

Examples

Run this code
x <- inzightts(visitorsQ)
if (FALSE) {
ggplotable(plot(x))
ggplotable(plot(x, names(x)[-1]))
}

Run the code above in your browser using DataLab