| ENAplot {rENA} | R Documentation |
ENAset R6class
Description
ENAset R6class
ENAset R6class
Public fields
enaset- The
ENAsetobject from which the ENAplot was constructedplot- The plotly object used for data visualization
axes- TBD
point- TBD
palette- TBD
plotted- TBD Create ENApolot
Methods
Public methods
Method new()
Usage
ENAplot$new(
enaset = NULL,
title = "ENA Plot",
dimension.labels = c("", ""),
font.size = 14,
font.color = "#000000",
font.family = "Arial",
scale.to = "network",
...
)Arguments
enasetTBD
titleTBD
dimension.labelsTBD
font.sizeTBD
font.colorTBD
font.familyTBD
scale.toTBD
...TBD
showticklabelsTBD
autosizeTBD
automarginTBD
axispaddingTBD
Returns
ENAplot Print ENA plot
Method print()
Usage
ENAplot$print()
Returns
Get property from object
Method get()
Usage
ENAplot$get(x)
Arguments
xcharacter key to retrieve from object
Returns
value from object at x
Method clone()
The objects of this class are cloneable with this method.
Usage
ENAplot$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package rENA version 0.2.7 Index]