View source: R/summary.phylofactor.R
summary.phylofactor | R Documentation |
Summarize phylofactor objects
## S3 method for class 'phylofactor'
summary(PF, taxonomy = NULL, factor = NULL,
taxon.trimming = "sup", output.signal = T)
PF |
phylofactor object |
taxonomy |
taxonomy (optional) for taxonomic trimming. First column contains tree tip-labels, second column has semicolon-delimited taxonomic character strings. |
factor |
Integer (optional). If NULL, will use print.phylofactor |
taxon.trimming |
Chracter string. How to trim taxonomic groups. Must be either "sup" (group by shortest unique prefix for every taxon in group distinguishing it from taxa in complementary group), "taxon" for taxon levels in second column of |
output.signal |
logical - whether or not to output signal. Will attempt to call model.fcn or customized choice.fcn to estimate signal (and thus relative importance) for each taxonomic group from |
phylofactor.summary object containing data, group summary and, with input taxonomy, taxonomic break-down of signal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.