View source: R/report_mig_mult.R
fun_report_mig_mult_overlaps | R Documentation |
Function to calculate daily migration from migration monitoring whose length is more than one day, this calculation relies on the (false) assumption that migration is evenly spread over time.
fun_report_mig_mult_overlaps(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 to time.sequence period and summed over the new sequence. A migration operation spanning several days will be converted to 'daily' values assuming that the migration was regular over time. The function returns one row per taxa, stages, counting device. It does not account for the destination of taxa. It returns separate rows for quantities and numbers. Several columns are according to the type of measure (MESURE, CALCULE, PONCTUEL or EXPERT). |
A data.frame with daily migrations
Cedric Briand cedric.briand@eptb-vilaine.fr
calcule,report_mig_mult-method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.