get_clade_size: Returns the size of a clade.

View source: R/auxiliary_functions.r

get_clade_sizeR Documentation

Returns the size of a clade.

Description

Returns the size of a clade.

Usage

get_clade_size(x)

Arguments

x

a string containing a clade.

Value

a numeric value with the size of x

Examples

all.c4 <- make_all_clades(4)
get_clade_size(all.c4)

maxbiostat/cladeCorrelation documentation built on July 28, 2023, 2:42 a.m.