plotEset {esetVis} | R Documentation |
plot an plotEset object
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)
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 |
the plot object if returnEsetPlot
is FALSE,
otherwise a list with 'plot': the plot object
and 'esetPlot': the esetPlot object
Laure Cougnaud