Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 745 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 745 Bytes

faofishingreport

The faofishingreport R package is designed to facilitate analysis of fishing catch data using the FAO (Food and Agriculture Organization of the United Nations) statistical software. It provides tools for processing, analyzing, and visualizing fishing data, helping researchers, policymakers, and industry stakeholders make informed decisions based on reliable statistics.

Installation

You can install the faofishingreport package directly from GitHub using the devtools package. If you do not have devtools installed, you can install it first using the following command:

install.packages("devtools")

devtools::install_github("Linbojun99/faofishingreport")

library(faofishingreport)

#see detail in DEMO