plot,report_mig_env,missing-method {stacomiR} | R Documentation |
Plot method for report_mig_env
Description
Plot method for report_mig_env
Usage
## S4 method for signature 'report_mig_env,missing'
plot(x, color_station = NULL, color_dc = NULL, silent = FALSE)
Arguments
x |
An object of class report_mig_env |
color_station |
A named vector of station color (e.g. c("temp_gabion"="red","coef_maree"="blue","phases_lune"="green")) default null |
color_dc |
A named vector giving the color for each dc default null (e.g. c("5"="#4D4D4D","6"="#E6E6E6","12"="#AEAEAE")) |
silent |
Stops displaying the messages. |
Value
Nothing, called for its side effect of plotting
Author(s)
Cedric Briand cedric.briand@eptb-vilaine.fr
[Package stacomiR version 0.6.1 Index]