View source: R/fungraph_glasseel.R
fungraph_glasseel | R Documentation |
This graph will also plot numbers and bars according to whether the glass eel have been counted through weight or numbers
fungraph_glasseel(
report_mig,
table,
time.sequence,
taxa,
stage,
dc = null,
silent,
color = NULL,
color_ope = NULL,
...
)
report_mig |
an object of class report_mig-class or an object of class report_mig_mult-class |
table |
a data frame with the results |
time.sequence |
a vector POSIXt |
taxa |
the species |
stage |
the stage |
dc |
the counting device, default to null, only necessary for report_mig_mult-class |
silent |
Message displayed or not |
color |
Default NULL, a vector of length 11 of color in the following order, numbers, weight, working, stopped, 1...5 types of operation, the 2 latest colors are not used but kept for consistency with fungraph for the fishway, if null will be set to brewer.pal(12,"Paired")[c(4,6,1,2,3,5,7,8,10,11,12)] |
color_ope |
Default NULL, a vector of color for the operations. Default to brewer.pal(4,"Paired") |
... |
additional parameters passed to plot, main, ylab, cex.main, font.main, type, xlim, ylim, lty, bty, pch it is not possible to change xlim |
No return value, called for side effects
Cedric Briand cedric.briand@eptb-vilaine.fr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.