plot_technical_interactions: Visualise a matrix of technical interactions.

Description Usage Arguments Value See Also Examples

View source: R/plot_technical_interaction.R

Description

Based on a matrix of technical interactions produce an image plot with a legend.

Usage

1

Arguments

x

a square matrix with identical row and column names containing values of tecnical interaction between species

col

a vector of colours to use on the image plot

Value

A list with four elements, technical interactions for landings (recapLand) and catch (recapCatch) and tables of main gears involved in the interactions based on landings (MainGearsLandings) and catches (MainGearsCatches)

See Also

compute_technical_interactions for computing technical interactions.

icesFO-package gives an overview of the package.

Examples

1
2
3
4
5
6
7
## Not run: 
technical_interacton <- 
  compute_technical_interactions(STECF_landings, catchCoverage = 0.99)

plot_technical_interactions(technical_interacton$recapLand)

## End(Not run)

ices-tools-prod/icesFO documentation built on Aug. 28, 2020, 2:33 p.m.