Arguments
x
A similarity or dissimilarity matrix.
x.type
The type of the matrix ('sim'
or 'diss'
).
scale
Either divide the similarities by the diagonal entries ('div'
, '/'
,'*'
,'exp'
,'expected'
,'mult'
,'multiplicative'
) or subtract the diagonal entries in the dissimilari
path.op
Whether to use the similarities to find multiplicative paths ('*'
,'exp'
,'expected'
,'mult'
,'multiplicative'
) or to use the dissimilarities and find additive paths ('+'
,'add
sym.op
This sets the function which is used to ensure symmetry. "min"
uses the minumum value, "+"
, "sum"
or "mean"
use the sum. "none"
, NA
or FALSE
stand for no operation
rescale
Whether or not the original diagonal will be used for a correction of the results.