is.plotly {heatmaply} | R Documentation |
Checks if an object is of class plotly or not.
Description
Helpful for the plot_method in linkheatmaply.
Usage
is.plotly(x)
Arguments
x |
an object to check |
Value
TRUE if the object inherits "plotly" as a class.
[Package heatmaply version 1.5.0 Index]