Reference
Visualization
| Lifemap | Build visualization. |
| Lifemap.layer_points | Add a points layer. |
| Lifemap.layer_lines | Add a lines layer. |
| Lifemap.layer_donuts | Add a donuts layer. |
| Lifemap.layer_heatmap | Add an heatmap layer. |
| Lifemap.layer_heatmap_deck | Add a deck.gl heatmap layer. |
| Lifemap.layer_screengrid | Add a screengrid layer. |
| Lifemap.layer_text | Add a text labels layer. |
| Lifemap.layer_icons | Add an icons layer. |
| Lifemap.show | Display the Jupyter widget for this instance. |
| Lifemap.save | Save the Jupyter widget for this instance to an HTML file. |
Data aggregation
Functions to aggregate data along the branches of the lifemap tree.
| aggregate_count | Nodes count aggregation along branches. |
| aggregate_num | Numerical variable aggregation along branches. |
| aggregate_freq | Categorical variable frequencies aggregation along branches. |
Data utilities
Functions to help with user data handling
| get_unknown_taxids | Get a list of taxids from a data frame which are not in Lifemap data. |
| get_duplicated_taxids | Get a list of duplicated taxids in a data frame. |