Plots individual units, all units, groups of units, networks, and network subtractions
ena.plotter(
set,
groupVar = NULL,
groups = NULL,
points = FALSE,
mean = FALSE,
network = TRUE,
networkMultiplier = 1,
subtractionMultiplier = 1,
unit = NULL,
print.plots = F,
...
)
an ena.set object
vector, character, of column name containing group identifiers.
vector, character, of values of groupVar column you wish to plot. Maxium of two groups allowed.
logical, TRUE will plot points (default: FALSE)
logical, TRUE will plot the mean position of the groups defined in the groups argument (default: FALSE)
logical, TRUE will plot networks (default: TRUE)
numeric, scaling factor for non-subtracted networks (default: 1)
numeric, scaling factor for subtracted networks (default: 1)
vector, character, name of a single unit to plot
logical, TRUE will show plots in the Viewer (default: FALSE)
Additional parameters passed to set creation and plotting functions
ena.set object
This function includes options to plots individual units, all units, groups of units, networks, and network subtractions, given an ena.set objects. Plots are stored on the supplied ena.set object.