View source: R/plot-timetree-pipeline.R
| pt_single_tree | R Documentation |
Orchestrates all pipeline steps for a single phylo object.
This is the internal counterpart to plot_timetree() that handles
one tree after batch / file-path resolution has already occurred.
pt_single_tree(
tree,
rank,
clade,
strict,
groups,
triangle_mode,
space_mode,
layout,
angle,
color_palette,
color_mapping,
line_width,
show_tip_labels,
tip_label_size,
add_timescale,
timescale_levels,
unit,
taxonomy_format,
custom_patterns,
taxonomy_file,
taxonomy_file_sep,
taxonomy_file_header,
taxonomy_file_priority,
taxonomy_source_priority,
taxonomy_table_sep,
taxonomy_delimiter_mode,
legend_position,
legend_nrow,
legend_ncol,
legend_title,
show_clade_label,
show_clade_count,
clade_label_offset,
clade_label_fontsize,
show_support,
support_threshold,
show_hpd,
hpd_color,
geo_events,
timescale_version,
main_title,
sub_title,
highlight,
highlight_alpha,
theme_fun,
output,
overwrite,
width,
height,
taxonomy_levels,
low_memory,
ignore_malformed,
ignore_branch_length,
color_rank = NULL,
timescale_mode = "radial",
timescale_position = "right",
tree_start_position = "right"
)
A ggplot object with rclade_info attribute.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.