scheme_individual_data {RoMEBS}R Documentation

Summary of the individual data collected by species

Description

Check for summarize the individual data collection (goodness of individual data sampling)

Usage

scheme_individual_data(DataTC, DataTE, wd, suffix)

Arguments

DataTC

Biological data table according to MEDITS protocol (TC)

DataTE

Individual biological data table according to MEDITS protocol (TE in the format for rapa whelk survey)

wd

working directory path defined by the user

suffix

Suffix string of the Logfile

Details

The function uses biological data and individual biological data to produce a table where for each species are stored the number of length measurements, individual weights and number of otoliths taken by length class.

Value

This check has as output a table (automatically saved in the wd user defined directory) named sampling_individual_measures.csv where for each species are stored the number of length measurements, individual weights and number of otoliths taken by length class. This table is useful to the user to evaluate the coverage of the individual measurements collections in order to verify if the sampling is in line with the protocol and to understand how eventually improve the sampling procedure.

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


    wd <- tempdir()
    suffix="2020-03-05_time_h17m44s55"
    DataTC = TC
    DataTE = TE
    check_date_haul(DataTC,DataTE, wd, suffix)


[Package RoMEBS version 0.3.0 Index]