Return strong weights.
plotNetwork(
wm,
select.outcomes = NULL,
select.cues = NULL,
color = NULL,
zlim = NULL,
add.color.legend = TRUE,
...
)
a weightmatrix (matrix, not list) with connection weights between cues (rows) and outcomes (columns).
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.
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.
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.
z-limits for the plot.
Logical: whether or not to add a color legend
(see also gradientLegend
).
No return value