View source: R/7_SmaxN_time_functions.R
create.abund.list.timespan | R Documentation |
This function computes a list which contains for each species a list of abundance dataframes with more or less rows (ie time) given the timespan it has been build for
create.abund.list.timespan(spans_set, abund_allcam_list)
spans_set |
a vector containing the timespans to use (numeric values refering to the number of seconds in the timespan. For ex: 10 minutes timespan = 10*60sec = 600 seconds) |
abund_cam_allposes_list |
a list gathering the abundance of each species in a given dataframes with all poses fusioned and 12 cameras. Retrieved from the create.abundlist.allcam.poses() function. |
a list containing for each species, dataframes corresponding to the different timespans
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.