ENAplot | R Documentation |
ENAset R6class
ENAset R6class
enaset
- The ENAset
object from which the ENAplot was constructed
plot
- The plotly object used for data visualization
axes
- TBD
point
- TBD
palette
- TBD
plotted
- TBD Create ENApolot
new()
ENAplot$new( enaset = NULL, title = "ENA Plot", dimension.labels = c("", ""), font.size = 14, font.color = "#000000", font.family = "Arial", scale.to = "network", ... )
enaset
TBD
title
TBD
dimension.labels
TBD
font.size
TBD
font.color
TBD
font.family
TBD
scale.to
TBD
...
TBD
showticklabels
TBD
autosize
TBD
automargin
TBD
axispadding
TBD
ENAplot Print ENA plot
print()
ENAplot$print()
Get property from object
get()
ENAplot$get(x)
x
character key to retrieve from object
value from object at x
clone()
The objects of this class are cloneable with this method.
ENAplot$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.