Description Usage Arguments Examples
Shows main information from objects of the catch per unit effort (cpue) class, like number of records data, the time period of dates (years and months), the number of ports, the analyzed species and the type of effort used on the cpue.
1 2 |
x |
Object of |
language |
The select language to print the outputs. |
1 2 3 4 5 6 7 8 9 10 | # Read a example of a data base
fisheryData = system.file("extdata", "fisheryData.csv", package = "imarpe")
# Produce a object of cpue class
cpue = getFishingData(file = fisheryData, type = "cpue", varType = "cpue", sp = "caballa", efforType = "capacidad_bodega")
class(cpue)
# Show main information of the cpue class object
print(cpue)
print(cpue, language = "english")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.