metier4table | R Documentation |
Example of metier table for assigning fishing activity to Metier level 4. This is not a universal conversion table, but an example of a table made for a particular purpose. Some gear assignments are done with assumptions, and considering the exact metier codes acceptable by data recipients.
data(metier4table)
MetierTable
with column 'gearcode' identifying gear codes used in Norwegian fisheries data (derived from NS 9400)
data(metier4table)
data(activityCensus)
annotated <- appendMetier(activityCensus, metier4table, "gearNS", metierColName = "metier4")
table(annotated$gearFAO, annotated$metier4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.