summary.cpue: Summary method for cpue objects

Description Usage Arguments Value Examples

View source: R/cpue-class.R

Description

Get summary information included on objects of catch per unit effort (cpue) class.

Usage

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

Arguments

object

Object of cpue class.

language

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

Value

A list of summary.cpue 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 cpue class
cpue  = getFishingData(file = fisheryData, type = "cpue", varType = "cpue", sp = "caballa", efforType = "capacidad_bodega")
class(cpue)

# Produce the summary of the cpue class object
summary(cpue)

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