make_eco_str_per: Create a dataframe of taxa percent cover for each cluster

View source: R/make_eco_str_per.R

make_eco_str_perR Documentation

Create a dataframe of taxa percent cover for each cluster

Description

Optionally including structural information associated with each taxa.

Usage

make_eco_str_per(
  clust_df,
  clust_col = "cluster",
  bio_df,
  context,
  cov_col = "cover",
  lustr
)

Arguments

clust_df

Dataframe with column indicating cluster membership.

clust_col

Name of column in clustdf with cluster membership.

bio_df

Dataframe with taxa records. Linked to clust_df by context.

context

Name of columns defining the context.

cov_col

Name of column in taxa_df with numeric cover values.

lustr

Dataframe of structural information. Needs columns 'lifeform', 'str' and 'storey': structure and storey, respectively. See lulifeform.

Value

Dataframe with structural information per cluster


Acanthiza/envEcosystems documentation built on May 21, 2024, 6:20 p.m.