dot-create_tmp_phylo_matrix: Create Temporary Phylogenetic Matrix For Leave-One-Out...

.create_tmp_phylo_matrixR Documentation

Create Temporary Phylogenetic Matrix For Leave-One-Out Analysis

Description

Creates a correlation matrix from a phylogenetic tree for the species remaining in the data subset during leave-one-out analysis.

Usage

.create_tmp_phylo_matrix(data, phylo_args)

Arguments

data

A data frame containing the variables specified in phylo_args, representing the current data subset after removing one group.

phylo_args

A list of arguments for the phylogenetic matrix calculation, including:

  • tree: A phylogenetic tree object of class "phylo"

  • species_colname: Name of the column in the data that contains species names

Value

A phylogenetic correlation matrix for the species in the data subset.

Author(s)

Facundo Decunta - fdecunta@agro.uba.ar


daniel1noble/orchaRd documentation built on April 17, 2025, 3:59 a.m.