check_smallest_mature {RoMEBS}R Documentation

Function to verify the consistency of maturity information respect to the smallest mature individual observed in literature.

Description

In this check mature individuals with length smaller than size of the smallest mature individuals reported in literature are detected

Usage

check_smallest_mature(ResultData,Maturity_parameters,DataTargetSpecies,wd,suffix)

Arguments

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.

Details

In these checks are involved the information stored in Maturity_parameters data frame.

Value

The function returns always TRUE, because the outcome of the function is a warning that does not lock the execution of the RoMEBS checks.

Author(s)

I. Bitetto, W. Zupa

References

Anonymus. 2017. MEDITS-Handbook. Version n. 9. MEDITS Working Group. 106 pp. http://www.sibm.it/MEDITS 2011/principaledownload.htm

Examples

library(MEDITS)
library(RoMEBS)
wd=tempdir()
suffix= "2020-03-05_time_h17m44s55"
check_smallest_mature(TC,Maturity_parameters,DataTargetSpecies,wd,suffix)

[Package RoMEBS version 0.2.02 Index]