Annual overview of environmental conditions. This class enables to draw some plot, but will mostly used to build joined graphs crossing the information from report_mig_mult-class and report_mig_env-class
horodatedebut
horodatefin
stationMesure
data
data.frame
Other report Objects: report_annual-class
,
report_dc-class
,
report_df-class
,
report_ge_weight-class
,
report_mig-class
,
report_mig_char-class
,
report_mig_env-class
,
report_mig_interannual-class
,
report_mig_mult-class
,
report_sample_char-class
,
report_sea_age-class
,
report_silver_eel-class
,
report_species-class
# NOT RUN {
require(stacomiR)
stacomi(gr_interface=FALSE,
login_window=FALSE,
database_expected=FALSE)
# }
# NOT RUN {
r_env<-new("report_env")
r_env<-choice_c(r_env,
stationMesure=c("temp_gabion","coef_maree"),
datedebut="2008-01-01",
datefin="2008-12-31",
silent=FALSE)
r_env<-connect(r_env)
# }
# NOT RUN {
data("r_env")
plot(r_env,silent=TRUE)
# }
Run the code above in your browser using DataLab