plot,report_mig,ANY-method {stacomiR}R Documentation

Plots of various type for report_mig.

Description

Usage

## S4 method for signature 'report_mig,ANY'
plot(x, y, plot.type = "standard",
  color = NULL, color_ope = NULL, silent = FALSE, ...)

Arguments

x

An object of class report_mig

y

From the formals but missing

plot.type

One of "standard","step". Defaut to standard the standard report_mig with dc and operation displayed, can also be step or multiple

color

Default NULL, argument passed for the plot.type="standard" method. A vector of color in the following order : (1) working, (2) stopped, (3:7) 1...5 types of operation, (8:11) numbers, weight, NULL, NULL (if glass eel), (8:11) measured, calculated, expert, direct observation for other taxa. If null will be set to brewer.pal(12,"Paired")[c(8,10,4,6,1,2,3,5,7)]

color_ope

Default NULL, argument passed for the plot.type="standard" method. A vector of color for the operations. Default to brewer.pal(4,"Paired")

silent

Stops displaying the messages.

...

Additional arguments passed to matplot or plot if plot.type="standard", see ... in fungraph_glasseel and fungraph

Author(s)

Cedric Briand cedric.briand"at"eptb-vilaine.fr


[Package stacomiR version 0.5.4.2 Index]