View source: R/report_mig_mult.R
fun_report_mig_mult | R Documentation |
Function to calculate daily migration from migration monitoring whose length is less than one day, typically video recording whose period are instant events.
fun_report_mig_mult(time.sequence, datasub, negative = FALSE)
time.sequence |
the time sequence to be filled in with new data |
datasub |
the initial dataset |
negative |
'boolean', default FALSE, TRUE indicates a separate sum for negative and positive migrations |
A data.frame with number summed over over the time.sequence. The function returns the same output than fun_report_mig_mult_overlaps but is intended to work faster. In the data.frame, the total number is 'Effectif_total' and corresponds to the addition of numbers and numbers converted from weight, the total weight is 'Poids_total'+'poids_depuis_effectifs' and corresponds to weighed glass eel plus glass eel number converted in weights.
Cedric Briand cedric.briand@eptb-vilaine.fr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.