View source: R/metric_mapping.R
Compares the mapping between milestones or branches
1 2 3 4 5 6  | calculate_mapping(dataset, prediction, grouping = c("branches",
  "milestones"), simplify = TRUE)
calculate_mapping_milestones(dataset, prediction, simplify = TRUE)
calculate_mapping_branches(dataset, prediction, simplify = TRUE)
 | 
dataset | 
 A dataset  | 
prediction | 
 A predicted model  | 
grouping | 
 How to group the cells, either branches or milestones  | 
simplify | 
 Whether to simplify the trajectory (allowing self loops)  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.