plotNetwork {edl}R Documentation

Return strong weights.

Description

Return strong weights.

Usage

plotNetwork(
  wm,
  select.outcomes = NULL,
  select.cues = NULL,
  color = NULL,
  zlim = NULL,
  add.color.legend = TRUE,
  ...
)

Arguments

wm

a weightmatrix (matrix, not list) with connection weights between cues (rows) and outcomes (columns).

select.outcomes

Optional selection of outcomes to limit the number of connection weights that are returned. The value of NULL (default) will return all connection weights. Note that specified values that are not in the weightmatrices will return the initial value without error or warning. Please use getOutcomes for returning all cues from the data, and getValues for returning all cues in the data.

select.cues

Optional selection of cues to limit the number of connection weights that are returned. The value of NULL (default) will return all connection weights. Note that specified values that are not in the weightmatrices will return the initial value without error or warning. Please use getCues for returning all cues from the data, and getValues for returning all cues in the data.

color

The color scheme to use for plots, a list of colors such as that generated by rainbow, heat.colors, colors, topo.colors, terrain.colors or similar functions. Alternatively a vector with some colors can be provided for a custom color palette.

zlim

z-limits for the plot.

add.color.legend

Logical: whether or not to add a color legend (see also gradientLegend).

...

Optional graphical arguments, as specified in par. These parameters are forwarded to the functions emptyPlot, lines, and text.

Value

No return value

Author(s)

Jacolien van Rij


[Package edl version 1.1 Index]