View source: R/4_Duration_per_nbcam_functions.R
compute.duration.nbcam | R Documentation |
This function computes for a given species, a dataframe containing the number of seconds the species is seen on different camera number simulteaneoulsy for all the Poses
compute.duration.nbcam(species_nm, list_abund)
species_nm |
the latin name of the studied species given with no space but underscore "_" between Genera and Species names |
list_abund |
a list gathering the abundance dataframes of the different Poses (dataframes with cameras = columns and time = rows) |
a dataframe with three columns: species name (same for all rows), nb_cam (the number of cameras on which the species is seen simulteaneously) and duration (the number of seconds the species is seen on a given number of cameras)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.