Description Usage Arguments Value Examples
View source: R/fishery-class.R
Get summary information of landing and fishing effort included on
objects of fishery
class.
1 2 |
object |
Object of |
language |
The select language to print the summary of fishery objects.
It could be |
A list
of summary.fishery class. This contains:
var The type of the variable that has been to analyze. This can be lading or effort.
portDay A data frame with the information of the variable analyzed by day and port.
day A data frame with the information of the variable by day.
port A data frame with the information of the variable by ports.
months A data frame with the information of the variable by months.
years A data frame with the information of the variable by years.
1 2 3 4 5 6 7 8 9 | # Read a example of a data base
fisheryData = system.file("extdata", "fisheryData.csv", package = "imarpe")
# Produce a object of fishery class
landing = getFishingData(file = fisheryData, type = "fisheryinfo", varType = "landing", sp = "caballa")
class(landing)
# Produce the summary of the fishery class object
summary(landing)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.