plotEset {esetVis}R Documentation

plot an plotEset object

Description

plot an plotEset object

Usage

plotEset(object, returnEsetPlot = FALSE)

## S4 method for signature 'ggplotEsetPlot'
plotEset(object, returnEsetPlot = FALSE)

## S4 method for signature 'ggvisEsetPlot'
plotEset(object, returnEsetPlot = FALSE)

## S4 method for signature 'rbokehEsetPlot'
plotEset(object, returnEsetPlot = FALSE)

Arguments

object

object of class esetPlot

returnEsetPlot

logical, if TRUE return also the esetPlot object, such as can be re-use for future call to plotEset

Value

the plot object if returnEsetPlot is FALSE, otherwise a list with 'plot': the plot object and 'esetPlot': the esetPlot object

Author(s)

Laure Cougnaud


[Package esetVis version 1.10.0 Index]