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",
...
)enasetTBD
titleTBD
dimension.labelsTBD
font.sizeTBD
font.colorTBD
font.familyTBD
scale.toTBD
...TBD
showticklabelsTBD
autosizeTBD
automarginTBD
axispaddingTBD
ENAplot Print ENA plot
print()ENAplot$print()Get property from object
get()ENAplot$get(x)xcharacter 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)deepWhether to make a deep clone.