check_smallest_mature {RoME} | R Documentation |
In this check mature individuals with length smaller than size of the smallest mature individuals reported in literature are detected
check_smallest_mature(ResultData,year,Maturity_parameters,DataTargetSpecies,wd,suffix)
ResultData |
alternatively: Biological data table (TC) and Individual data table (TE). |
year |
reference year for the analysis |
Maturity_parameters |
Information related to sex and maturity from literature or other sources. |
DataTargetSpecies |
Information related to target species. |
wd |
Working directory selected by the user. |
suffix |
Suffix string of the Logfile. |
In these checks are involved the information stored in Maturity_parameters data frame.
The function returns always TRUE, because the outcome of the function is a warning that does not lock the execution of the 'RoME' checks.
I. Bitetto, W. Zupa
Anonymus. 2017. MEDITS-Handbook. Version n. 9. MEDITS Working Group. 106 pp. http://www.sibm.it/MEDITS 2011/principaledownload.htm
wd=tempdir() suffix= "2020-03-05_time_h17m44s55" TC=RoME::TC year=2007 check_smallest_mature(TC,year,Maturity_parameters,DataTargetSpecies,wd,suffix)