ENAplot: ENAset R6class

ENAplotR Documentation

ENAset R6class

Description

ENAset R6class

ENAset R6class

Public fields

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

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
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

Returns

ENAplot Print ENA plot


Method print()

Usage
ENAplot$print()
Returns

Get property from object


Method get()

Usage
ENAplot$get(x)
Arguments
x

character 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
deep

Whether to make a deep clone.


rENA documentation built on March 26, 2022, 1:10 a.m.