datelife_result_median: Get a median summary chronogram from a 'datelifeResult'...

View source: R/datelife_median.R

datelife_result_medianR Documentation

Get a median summary chronogram from a datelifeResult object.

Description

Get a median summary chronogram from a datelifeResult object.

Usage

datelife_result_median(datelife_result, ...)

Arguments

datelife_result

A datelifeResult object, usually an output of get_datelife_result().

...

Arguments passed on to summary_matrix_to_phylo

summ_matrix

Any summary patristic distance matrix, such as the ones obtained with datelife_result_sdm_matrix() or datelife_result_median_matrix().

total_distance

Whether the input summ_matrix stores total age distance (from tip to tip) or distance from node to tip. Default to TRUE, divides the matrix in half, if FALSE it will take it as is.

use

A character vector indicating what type of age to use for summary tree. One of the following:

"mean"

It will use the mean() of the node ages in summ_matrix.

"median"

It uses the stats::median() age of node ages in summ_matrix.

"min"

It will use the min() age from node ages in summ_matrix.

"max"

Choose this if you wanna be conservative; it will use the max() age from node ages in summ_matrix.

"midpoint"

It will use the mean of minimum age and maximum age.

target_tree

A phylo object. Use this in case you want a specific backbone for the output tree.

datelife_query

A datelifeQuery object, usually an output of make_datelife_query().

Value

A phylo object.


phylotastic/datelife documentation built on Jan. 17, 2024, 11:10 p.m.