Creating Models

Functions for the generation of ENA models, all of which will return, by default, an S3 object with the class of ena.set that can be supplied to the other functions.

ena()

Wrapper to generate, and optionally plot, an ENA model

ena.accumulate.data()

Accumulate data from a data frame into a set of adjacency (co-occurrence) vectors

ena.make.set()

Generate ENA Set

Plotting Models

Functions to plot an ena.set, all of which return an ena.plot object that can be supplied to the other functions.

plot(<ena.set>)

Plot an ena.set object

add_group()

Add a group mean to an ena.plot

add_network()

Add a network to an ENA plot

add_nodes()

Title

add_points()

Plot points on an ena.plot

add_trajectory()

Plot a trajectory on an ena.plot

ena.plot()

Generate a plot of an ENAset

ena.plot.group()

Plot of ENA set groups

ena.plot.network()

Plot an ENA network

ena.plot.points()

Plot points on an ENAplot

ena.plot.trajectory()

Plot of ENA trajectories

ena.plotter()

Wrapper to generate plots of units, groups, and networks