plot.ETmain {EcoTroph}R Documentation

This function enables the display of the principle plots resulting from the create.ETmain function: Biomass Trophic Spectra, Accessible Biomass Trophic Spectra, Catch by fleet Trophic spectra, Total Catch Trophic Spectra and other summary plots.

Description

This function enables the display of the principle plots resulting from the create.ETmain function: Biomass Trophic Spectra, Accessible Biomass Trophic Spectra, Catch by fleet Trophic spectra, Total Catch Trophic Spectra and other summary plots.

Usage

## S3 method for class 'ETmain'
plot(
  x,
  scale1 = NULL,
  scale2 = NULL,
  scale3 = NULL,
  legend.cex = NULL,
  ask = interactive(),
  ...
)

Arguments

x

is the list of tables returned by the create.ETmain function.

scale1

defines the scale of the Biomass plots y-axis: can be log or not.

scale2

defines the scale of the Accessible Biomass plots y-axis: can be log or not.

scale3

defines the scale of the Catch by fleet plots y-axis: can be log or not.

legend.cex

defines the value of the cex for the legend.

ask

default value is interactive. Parameter used to enable the user to control the display of each graph.

...

plot other arguments

Value

The function returns the principal graphics of the global ET-Transpose routine: the Biomass Trophic Spectra, the Accessible Biomass Trophic Spectra and other graphics, notably the Catch Trophic Spectra.

See Also

create.smooth function to create the Smooth, Transpose to calculate the data transposition into trophic spectra, create.ETmain to create a list of table including the ET-Main table.

Examples

data(ecopath_guinee)
plot(create.ETmain(ecopath_guinee),scale1=log)
plot(create.ETmain(ecopath_guinee),scale1=log,scale3=log)

[Package EcoTroph version 1.6.1 Index]