check_smallest_mature {RoMEBS} | 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,Maturity_parameters,DataTargetSpecies,wd,suffix)
ResultData |
alternatively: Biological data table (TC) and Individual data table (TE). |
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 RoMEBS 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
library(MEDITS) library(RoMEBS) wd=tempdir() suffix= "2020-03-05_time_h17m44s55" check_smallest_mature(TC,Maturity_parameters,DataTargetSpecies,wd,suffix)