Description Usage Arguments Details Author(s) See Also Examples
The function vimes is used to identify clusters of related cases based
on multiple data.
| 1 2 | 
| x | a list of the class 'vimes_data' as returned by
 | 
| method | a character string indicating the pruning method to be used; see details. | 
| cutoff | a vector with the same length as 'x' indicating cutoff distances beyond which individuals will not be connected in the separate graphs; recycled if needed. If NULL, interactive mode will be triggered to ask the user for cutoff distances. | 
| log_dens | a list of log-density functions to be used for ML estimation; one function is needed for each type of data. | 
| graph_opt | a list of graphical options for the graphs, as
returned by  | 
| ... | further arguments to be passed to  | 
!!! This package is still under development. Do not use it without contacting the author. !!!
Different methods can be used for graph pruning:
pre-defined cutoffs are used if provided as cutoff; if
missing, they are chosen interactively by the user by examining the
distribution of distances
Thibaut Jombart thibautjombart@gmail.com
vimes_datato prepare the input data.
vimes_prunefor getting individual pruned graphs.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.