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 |
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 |
color |
The color scheme to use for plots, a list of colors such as
that generated by |
zlim |
z-limits for the plot. |
add.color.legend |
Logical: whether or not to add a color legend
(see also |
... |
Optional graphical arguments, as specified in
|
Value
No return value
Author(s)
Jacolien van Rij