-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.59 KB
/
DESCRIPTION
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
61
62
63
64
65
Package: SYNCSA
Type: Package
Title: Analysis of Functional and Phylogenetic Patterns in Metacommunities
Version: 1.3.5
Date: 2020-09-01
Author: Vanderlei Julio Debastiani
Maintainer: Vanderlei Julio Debastiani <vanderleidebastiani@yahoo.com.br>
Imports:
vegan,
FD,
permute,
RcppArmadillo,
utils,
stats,
graphics,
parallel
Description: Analysis of metacommunities based on functional traits and
phylogeny of the community components. The functions that are offered here
implement for the R environment methods that have been available in the
SYNCSA application written in C++ (by Valerio Pillar, available at
<http://ecoqua.ecologia.ufrgs.br/SYNCSA.html>).
License: GPL-2
Encoding: UTF-8
RoxygenNote: 7.1.1
Collate:
'CollectNames.R'
'ProgressBAR.R'
'belonging.R'
'cent.norm.R'
'coinertia.partial.syncsa.R'
'coinertia.syncsa.R'
'cor.matrix.R'
'cor.matrix.bf.R'
'cor.matrix.partial.R'
'cor.matrix.rao.R'
'matmult.syncsa.R'
'matrix.p.R'
'matrix.t.R'
'matrix.w.transformation.R'
'matrix.x.R'
'optimal.R'
'organize.syncsa.R'
'part.cor.R'
'pca.R'
'permut.row.matrix.R'
'permut.vector.R'
'plot.pcasyncsa.R'
'print.optimal.R'
'syncsa.R'
'print.syncsa.R'
'pro.matrix.R'
'pro.matrix.bf.R'
'pro.matrix.partial.R'
'pro.matrix.rao.R'
'procrustes.syncsa.R'
'procrustes.partial.syncsa.R'
'rao.diversity.R'
'rv.matrix.R'
'rv.matrix.bf.R'
'rv.matrix.partial.R'
'rv.matrix.rao.R'
'startup.R'
'syncsa.obs.R'
'var.dummy.R'
'var.type.R'