sis_iterate_single_run | R Documentation |
Do a test with a single cutoff value
sis_iterate_single_run(
cutoff,
x,
use_percentile = TRUE,
phy,
sisters = sis_get_sisters(phy),
drop_matches = TRUE,
warn = FALSE
)
cutoff |
Value to use as cutoff. If percentile, 0.3 = 30th percentile, etc. |
x |
Vector of continuous trait values |
use_percentile |
If TRUE, use cutoff as percentile |
phy |
A phylo object |
sisters |
Data.frame from sis_get_sisters() |
drop_matches |
Drop sister group comparisons with equal numbers of taxa |
warn |
Some tests will fail with warnings (too few sister groups or other reasons). Setting this to FALSE will suppress those |
vector of output from sis_test()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.