create_strata {RoMEBS} | R Documentation |
This function reports the information contained in the stratification scheme for the selected area from the MEDITS protocol to the format required by R-sufi (Rochet et al., 2004).
create_strata(Stratification,AREA,wd)
Stratification |
Stratification scheme according to MEDITS protocol. |
AREA |
String of the GSA. |
wd |
Working directory selected by the user. |
The function saves automatically in the files R-Sufi folder the table strata in.csv format, with suffix of the year and GSA.
I. Bitetto, W. Zupa
Rochet M. J., V. M. Trenkel, J. A. Bertrand & J.-C. Poulard, 2004. R routines for survey based fisheries population and community indicators (R-SUFI). Ifremer, Nantes. Limited distribution. Anonymus. 2017. MEDITS-Handbook. Version n. 9. MEDITS Working Group. 106 pp.https://www.sibm.it/MEDITS 2011/principaledownload.htm
library(MEDITS) library(RoMEBS) wd <- tempdir() create_strata(stratification_scheme,"18",wd)