This function generates a bar plot with error bars for flowering data, allowing
you to specify whether to use standard error ("se") or standard deviation ("sd")
error bars.
Uso
plotFlowering(x, error = "se", bar_color = "blue", ...)
Argumentos
- x
A data frame containing the flowering data.
- error
The type of error bars to use. Should be "se" (standard error) or
"sd" (standard deviation). Default is "se".
- bar_color
The color for the bars in the plot. Default is "blue".
- ...
others ggplot parameters
Valor
A ggplot2 object representing the bar plot with error bars.
Ver también
ggplot2
, geom_bar
, geom_errorbar