create_trait_weights: Generates a data.frame of trait weights

View source: R/generate_traits.R

create_trait_weightsR Documentation

Generates a data.frame of trait weights

Description

Only in the special case of 3 traits with 1 always driving growth and another one only driving competition

Usage

create_trait_weights(R, A, H, n_traits = 4)

Arguments

R

an integer value giving the contribution of trait in growth

A

an integer value giving the contribution of trait in limiting similarity

H

an integer value giving the contribution of trait in hierarchical competition

n_traits

number of traits considered in table

Examples

create_trait_weights(50, 50, 0)

Rekyt/fdcoexist documentation built on Oct. 16, 2022, 10:27 a.m.