Ir al contenido

This function generates a bar plot with error bars that visualizes the abundance of neighboring species.

Uso

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

Argumentos

x

A data frame containing data for plotting.

  • especie_vecina: The neighboring species.

  • ab_mean: The mean abundance of the neighboring species.

  • ab_se: The standard error of the mean abundance.

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 with error bars.