Ir al contenido

This function generates a bar plot to visualize plant community data based on the specified method.

Uso

plotCommunity(x, axis_text_size = 16, axis_title_size = 17, ...)

Argumentos

x

A list containing data frames for different aspects of the study.

axis_text_size

The size of the axis text. Default value=16

axis_title_size

The size of the axis title. Default value=17

...

others ggplot parameters

Valor

A bar plot visualizing plant community data.

Detalles

The function first extracts the method used for data collection from the 'datos_generales' data frame. Based on the method, it selects the corresponding plant community data frame and creates a bar plot to visualize the coverage of plant species.