| print,innsight_plotly-method | R Documentation |
innsight_plotlyThe 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.
## 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, ...)
x |
An instance of the S4 class |
shareX |
A logical value whether the x-axis should be shared among the subplots. |
... |
Further arguments passed to |
object |
An instance of the S4 class |
y |
unused argument |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.