create_single_funs_overviewbar_plot: Create the overview plots for single functions models

create_single_funs_overviewbar_plotR Documentation

Create the overview plots for single functions models

Description

create overview barplot of single functions, above- belowground and turnover/ nestedness

Usage

create_single_funs_overviewbar_plot(
  singleF_restab,
  legend = F,
  pos = "stack",
  xvar_name = "variable"
)

Arguments

singleF_restab

the input table, created with 'create_single_funs_overviewbars'

pos

defines the bar position, either "stack" for bars on top of each other (stacked bars) or "dodge" for bars next to each other.

xvar_name

character vector defining the column name of x values. Defaults to "variable".

Value

a ggplot element containing the plot


allanecology/BetaDivMultifun documentation built on Nov. 9, 2023, 8:47 p.m.