Skip to content
Snippets Groups Projects
  1. Jun 30, 2021
    • thierrychambert's avatar
      Updates on get_metrics functions: · 2e186b62
      thierrychambert authored
      1- Change ref pop size min = 0 by min = 30
      Thus modified
        N_ref[N_ref == 0] <- NaN
         by
        N_ref[N_ref < 30] <- NaN
      
      2- added warning message (if too many iterations with N_ref < 30)
      
      3- updated description
      2e186b62
  2. Jun 25, 2021
  3. Jun 24, 2021
  4. Jun 23, 2021
Loading