print,innsight_plotly-method {innsight}R Documentation

Generic print, plot and show for innsight_plotly

Description

The class innsight_plotly provides the generic visualization functions print, plot and show, which all behave the same in this case. They create a plot of the results using plotly::subplot (see innsight_plotly for details) and return it invisibly.

Usage

## S4 method for signature 'innsight_plotly'
print(x, shareX = TRUE, ...)

## S4 method for signature 'innsight_plotly'
show(object)

## S4 method for signature 'innsight_plotly'
plot(x, y, ...)

Arguments

x

An instance of the S4 class innsight_plotly.

shareX

A logical value whether the x-axis should be shared among the subplots.

...

Further arguments passed to plotly::subplot.

object

An instance of the S4 class innsight_plotly.

y

unused argument


[Package innsight version 0.3.0 Index]