summary.fishery: Summary method for fishery objects

Description Usage Arguments Value Examples

View source: R/fishery-class.R

Description

Get summary information of landing and fishing effort included on objects of fishery class.

Usage

1
2
## S3 method for class 'fishery'
summary(object, language = "spanish")

Arguments

object

Object of fishery class.

language

The select language to print the summary of fishery objects. It could be "spanish" by default or "english".

Value

A list of summary.fishery class. This contains:

Examples

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)

imarpe/imarpe documentation built on Aug. 8, 2020, 8:40 p.m.