create_overview_barplot: Create Overview Barplot

create_overview_barplotR Documentation

Create Overview Barplot

Description

Creates overview barplots from the data.table outputted by 'create_overviewbar_restab()'. Plots all overviewbars provided by the input data, in order to cut bars, please take out the respective lines.

Usage

create_overview_barplot(df, legend = F)

Arguments

df

input dataset for plotting, taken from 'create_overviewbar_restab()'.

legend

if set to T, only the legend is the output. Defaults to F.

Value

A barplot of the overviewbars. If 'legend=T', legend extracted with 'cowplot::get_legend' which can be plotted using 'cowplot::plot_grid(legend)'.


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