calcule,report_mig_mult-method | R Documentation |
The calculation must be launched once data are filled by the connect method. Currently the negative argument has no effect.
## S4 method for signature 'report_mig_mult'
calcule(object, negative = FALSE, silent = FALSE)
object |
An object of class report_mig_mult-class |
negative |
a boolean indicating if a separate sum must be done for positive and negative values, if true, positive and negative counts return different rows |
silent |
Default FALSE, should messages be stopped |
report_mig_mult with a list in slot calcdata. For each dc one will find a list with the following elements
In the case of instantaneous periods (video counting) the sum of daily values is done by the fun_report_mig_mult method and the value indicated in method is 'sum'. If any migration monitoring period is longer than a day, then the migration is split using the fun_report_mig_mult_overlaps function and the value indicated in the method is 'overlaps' as the latter method uses the overlap package to split migration period.
the calculated data. If weight are present, the columns display weight or numbers, 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. CALCULE corresponds to calulated number, MESURE to measured numbers, EXPERT to punctual expertise of migration (for instance measured in other path, or known migration of fishes passing the dam but not actually counted, PONCTUEL to fishes counted by visual identification but not by the counting apparatus (in case of technical problem for instance)
A boolean which indicates, in the case of glass eel, that the function fun_weight_conversion has been run to convert the weights to numbers using the weight to number coefficients in the database (see report_ge_weight).
A parameter indicating if negative migration (downstream in the case of upstream migration devices) have been converted to positive numbers, not developed yet
The class does not handle escapement rates, though structurally those are present in the database. If you
want to use those you will have to do the calculation manually from the data in report_mig_mult@data
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.