View source: R/my_cum_occu_wave_plot_func.R
| my_cum_occu_wave_plot_func | R Documentation | 
plot cum occurence of waves
my_cum_occu_wave_plot_func( my_dataset, my_var, reffer_wave_thres, line_size = 1, reference_line = TRUE, ... )
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   | 
A ggplot object (list) ploting cumulative occurrence of waves in the different animals groups.
# The example is still missing...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.