randomize: Weighted mean calculated from randomized species attributes

Description Usage Arguments Author(s)

Description

Function applied on the object of class cwm, which returns values of weighted mean calculated from randomized species attributes.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
randomize(x, ...)

## S3 method for class 'cwm'
randomize(
  x,
  permutations = 1,
  FUN = function(y) y,
  parallel = NULL,
  library.par = NULL,
  export.cl = NULL,
  ...
)

Arguments

x

object of the class cwm

...

parameters passed to other functions.

permutations

number of randomizations

FUN

function to be applied on the column of calculated weighted mean values

parallel

integer or NULL (default). If integer, calculation will be conducted in parallel on number of cores given by parallel

library.par

character vector with libraries needed for application of function defined by FUN argument (to be exported into parallel process). Not necessary if the functions in FUN are stated explicitly (e.g. vegan:::cca)

export.cl

??

Author(s)

David Zeleny (zeleny.david@gmail.com)


zdealveindy/weimea documentation built on Sept. 21, 2021, 2:15 p.m.