Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend calculate_PD() to include other PD metrics #20

Open
LBreugelmans opened this issue Oct 21, 2024 · 0 comments
Open

Extend calculate_PD() to include other PD metrics #20

LBreugelmans opened this issue Oct 21, 2024 · 0 comments
Assignees

Comments

@LBreugelmans
Copy link
Collaborator

A list is needed of other PD metrics that can be calculated within our workflow (using the datacube and phylogenetic tree as input).

The calculate_PD() function needs to have a parameter which can be a list of multiple metrics. All specified metrics should be calculated and added to the cube.
Eg.

pd_metrics<- c(“Faith”, “ED”, “MNTD”)
calculate_PD(tree, cube, pd_metrics)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants