Description Usage Arguments Value Author(s) Examples
To assess whether the samples are continuously distributed in the phylogenetic composition space, or whether they predominantly congregate around a few cluster centers
1 2 3 4 5 6 | test.biotypes(biotyper.obj, biotyper.obj.simul)
## S3 method for class 'biotypes.test'
print(biotypes.test)
## S3 method for class 'biotypes.test'
plot(biotypes.test)
|
biotyper.obj |
an object of class |
biotyper.obj.simul |
an object of class |
biotypes.test |
a biotypes.test object from |
A list of element :
silhouette.test |
p.values according uniform, normal, log.normal distribution |
silhouette.simul |
Silhouette simulated coef. according uniform, normal, log.normal distribution simulation |
observed.sil |
Observed silhouette coef. from |
Julien Tap
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ## Not run:
## Not run:
data(Titanium16S)
Titanium.jsd=dist.JSD(Titanium16S)
ch=CH.index(Titanium16S.jsd)
k=which(ch==max(ch))
ecosimulation=ecosimulator(Titanium16S, 100)
biotyper.obj.simul=biotyper(ecosimulation, k)
biotyper.obj=biotyper(Titanium16S, k, distance.jsd=Titanium16S.jsd)
test=test.biotypes(biotyper.obj, biotyper.obj.simul)
plot(test)
## End (Not run)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.