R/ENAplot.R
ENAplot.Rd
ENAset R6class
enaset
- The ENAset object from which the ENAplot was constructed
ENAset
plot
- The plotly object used for data visualization
axes
- TBD
point
palette
plotted
- TBD Create ENApolot
ENAplot$new()
ENAplot$print()
ENAplot$get()
ENAplot$clone()
new()
ENAplot$new( enaset = NULL, title = "ENA Plot", dimension.labels = c("", ""), font.size = 14, font.color = "#000000", font.family = "Arial", scale.to = "network", ... )
TBD
title
dimension.labels
font.size
font.color
font.family
scale.to
...
showticklabels
autosize
automargin
axispadding
ENAplot Print ENA plot
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.