my_occu_bar_plot_func: my_occu_bar_plot_func

View source: R/my_occu_bar_plot_func.R

my_occu_bar_plot_funcR Documentation

my_occu_bar_plot_func

Description

bar plot of waves occurrence

Usage

my_occu_bar_plot_func(
  my_dataset,
  my_var = "value",
  reffer_wave_thres = 10,
  line_size = 1,
  ...
)

Arguments

my_dataset

A dataframe with raw data of waves.

my_var

A character string of length 1. The name of the variable you want to make the barplot. This should be wave occurrence or something similar. Default to "value".

reffer_wave_thres

A double. Reference value in seconds indicating the threshold for the calculus of cumulative waves occurrence. Default to 10.

line_size

Integer. the size of the lines to display. Default to 1.

...

additional parameter to be passed to the aesthetic function pptx_presentation_theme_func()

Value

A ggplot object with barplot of waves occurrence in the different animals groups.

Examples

# The example is still missing...

rjlopez2/AnlysisOfWaves documentation built on Sept. 15, 2022, 2:25 p.m.