/usr/lib/R/site-library/adephylo/NAMESPACE is in r-cran-adephylo 1.1-11-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | # Generated by roxygen2: do not edit by hand
S3method(dibas,dist)
S3method(dibas,matrix)
S3method(dibas,phylo)
S3method(dibas,vector)
S3method(plot,ppca)
S3method(print,ppca)
S3method(scatter,ppca)
S3method(screeplot,ppca)
S3method(summary,ppca)
export(.tipToRoot)
export(abouheif.moran)
export(bullseye)
export(dibas)
export(distRoot)
export(distTips)
export(listDD)
export(listTips)
export(me.phylo)
export(moran.idx)
export(orthobasis.phylo)
export(orthogram)
export(ppca)
export(proxTips)
export(sp.tips)
export(table.phylo4d)
export(treePart)
import(ade4)
import(methods)
import(phylobase)
importFrom(adegenet,any2col)
importFrom(adegenet,spectral)
importFrom(adegenet,transp)
importFrom(ape,.PlotPhyloEnv)
importFrom(ape,plot.phylo)
importFrom(grDevices,grey)
importFrom(grDevices,heat.colors)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,dotchart)
importFrom(graphics,layout)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,rnorm)
importFrom(stats,screeplot)
importFrom(stats,sd)
useDynLib(adephylo)
|