Optionally including structural information associated with each taxa.

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