[,innsight_plotly,ANY,ANY,ANY-method {innsight}R Documentation

Indexing plots of innsight_plotly

Description

The S4 class innsight_plotly visualizes the results as a matrix of plots based on plotly::plot_ly. The output nodes (and also input layers) are displayed in the columns and the selected data points in the rows. With these basic generic indexing functions, the plots of individual rows and columns can be accessed.

Usage

## S4 method for signature 'innsight_plotly,ANY,ANY,ANY'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'innsight_plotly'
x[[i, j, ..., drop]]

Arguments

x

An instance of the S4 class innsight_plotly.

i

The numeric (or missing) index for the rows.

j

The numeric (or missing) index for the columns.

...

other unused arguments

drop

unused argument

Value

See Also

innsight_plotly, print.innsight_plotly, plot.innsight_plotly, show.innsight_plotly


[Package innsight version 0.3.0 Index]