Description Usage Arguments Value Author(s) References See Also
get.movements summarizes the results of detect.movement.
| 1 | get.movements(movement, hm, features = NULL)
 | 
| movement | numeric matrix computed with  | 
| hm | a hierarchical block matrix computed with  | 
| features | one or more feature matrices computed with  | 
get.movements returns a data frame with the following columns:
from: the moving node,
to: the node that from has moved towards or away from,
type: one of the following values: (-1.0, 0.5, 0.5, 1) where -1 indicates from moved away from  to, 1 indicates from moved towards to, and -0.5 and 0.5 indicate possible/implicated movements correspondingly,
scale: the scale at which the movement was detected, and
robust an optional column (when features is not NULL) with 1 for non-NA elements in the features matrix, and 0 otherwise. 
Yoli Shavit
hbm's website: http://www.cl.cam.ac.uk/~ys388/hbm/
detect.movement to see how changes between chains are detected
hbm to learn how to build hierarchical block matrices
hbm's tutorials at http://www.cl.cam.ac.uk/~ys388/hbm/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.