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

View source: R/make_eco_taxa_per.R

make_eco_taxa_perR Documentation

Create a dataframe of taxa percent cover for each cluster

Description

Optionally including structural information associated with each taxa.

Usage

make_eco_taxa_per(
  clust_df,
  clust_col = "cluster",
  bio_df,
  context,
  taxa_col = "taxa",
  cov_col = "cover",
  lustr = NULL
)

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.

taxa_col

Name of column with taxa.

cov_col

Name of column with (numeric) cover values.

lustr

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

Value

Dataframe with columns clustcol, taxacol, str, storey,


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