Description Usage Arguments Details Value Author(s) Examples
Due to the random order of traversal in the TURN-RES algorithm (see clsTurnRes) and the cumulative nature
of the clsMRes function, clusters will be labelled differently between the clsMR and cTurn objects.
In order to facilitate effective inspection of the hierarchy in the clsMR
object, this helper function
re-numbers the cTurn
object to match the clsMR
object.
1 | clsReNum(x, y)
|
x |
a cTurn object. This is the object to be re-numbered. |
y |
a clsMR object. This is the object to extract the desired numeration from. |
Naturally the resolution parameter in x must match a resolution in the clsMR
object, otherwise there
is no like-for-like clustering to match to.
An object of class cTurn
. This will be the same object as x
, but with the $cluster
vector
re-numbered.
Alex Bird, alex.bird@boots.co.uk
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.