Description Usage Arguments Details Value Examples
View source: R/fct_functions.R
Formats the frequency count table data in the format required by the liklihood function
1 | get_cc_ks_fs(fct)
|
fct |
A frequency count table. |
I may hide this from the user in the final version of this package. It is primarily useful for running tests on the likelihood function.
This function returns a list with cc (observed richness), and vectors which are just the columns of the frequency count table.
1 2 | toy_fct <- data.frame(freq = c(1,2,3), numTaxa = c(14,7,2))
get_cc_ks_fs(toy_fct)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.