Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/matrix.w.transformation.R
Function to transformation community data and replace missing data. See details.
1 2 3 4 5 6 7 8 9 |
comm |
Community data, with species as columns and sampling units as rows. This matrix can contain either presence/absence or abundance data. |
transformation |
Method to community data transformation, "none", "standardized", "weights" or "beals" (Default transformation = "standardized"). |
spp.weights |
Vector with 0 or 1 to specify individual species weights (Default spp.weights = NULL). |
reference |
Data to compute joint occurrences in |
type |
Method to specifies how abundance values are used in |
include |
Logical argument (TRUE or FALSE) to specify if target species are included when computing
the mean of the conditioned probabilities in |
notification |
Logical argument (TRUE or FALSE) to specify if notifications for missing observations are to be shown (Default notification = TRUE). |
The function applies standardization/transformation for community data. The options
are: "none" no transformation is applied; "standardized" the community data is standardized
to row totals will be 1; "weights" community data is first "standardized" and when, individual
species weights are multiplied to each species entries; and "beals" option applies Beals smoothing
using the function beals
. The arguments "reference", "type" and "include" are the same
used in beals
function. Missing data are replaced by 0 after the standardization/transformation.
Transformed community matrix, where rows are communities and columns species.
IMPORTANT: Species sequence in the community data
matrix MUST be the same as the one in the reference matrix or in spp.weights vector. See
organize.syncsa
.
Vanderlei Julio Debastiani <vanderleidebastiani@yahoo.com.br>
Pillar, V.D.; Duarte, L.d.S. (2010). A framework for metacommunity analysis of phylogenetic structure. Ecology Letters, 13, 587-596. De Cáceres, M.; Legendre, P. 2008. Beals smoothing revisited. Oecologia 156: 657–669.
syncsa
, organize.syncsa
, matrix.p
,
matrix.t
, matrix.x
1 2 | data(ADRS)
matrix.w.transformation(ADRS$community)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.