Description Usage Arguments Value References Examples
View source: R/Kullback.Leibler.R
Calculates Kullback Leibler divergence for all pairs of the datasets.
| 1 2 | 	Kullback.Leibler(group.data, plot = TRUE, main="Kullback Leibler Divergences", 
		parallel = FALSE, cores = 3)
 | 
| group.data | A list where each element is a matrix of taxonomic counts(columns) for each sample(rows). | 
| plot | When 'TRUE' a heatmap of the results will also be generated. | 
| main | A string to be used as the plots title. | 
| parallel | When this is 'TRUE' it allows for parallel calculation of the KL distances. Requires the package  | 
| cores | The number of parallel processes to run if parallel is 'TRUE'. | 
A matrix of Kullback Leibler divergence values and a heatmap if plot is TRUE.
Kotz S, Johnson N.L (1981) Encyclopedia Of Statistical Sciences
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.