my_cum_occu_wave_plot_func: my_cum_occu_wave_plot_func

View source: R/my_cum_occu_wave_plot_func.R

my_cum_occu_wave_plot_funcR Documentation

my_cum_occu_wave_plot_func

Description

plot cum occurence of waves

Usage

my_cum_occu_wave_plot_func(
  my_dataset,
  my_var,
  reffer_wave_thres,
  line_size = 1,
  reference_line = TRUE,
  ...
)

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 plot the cumulative distribution.

reffer_wave_thres

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

line_size

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

reference_line

Logic. Should you add a reference vertical line?

...

Additional parameters to pass to the aesthetic setting function pptx_presentation_theme_func().

Value

A ggplot object (list) ploting cumulative occurrence of waves in the different animals groups.

Examples

# The example is still missing...

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