report_dc-class {stacomiR} | R Documentation |
The counting device is not always working. It may me stopped either following a monitoring protocol, or due to malfunction of the device, this class allows to draw graphics allowing an overview of the device operation
data
A data frame
dc
An object of class ref_dc-class
horodatedebut
An object of class ref_horodate-class
horodatefin
An object of class ref_horodate-class
Objects can be created by calls of the form
new("report_dc", ...)
.
Cedric Briand cedric.briand"at"eptb-vilaine.fr
Other report Objects: report_annual-class
,
report_df-class
,
report_env-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
require(stacomiR) stacomi(gr_interface=FALSE, login_window=FALSE, database_expected=FALSE) ########################################################### ## An example that will work only if the database is present ## and the program installed and comprises the schema iav ###########################################################" ## Not run: r_dc=new("report_dc") r_dc<-choice_c(r_dc, 5, horodatedebut="2000-01-01", horodatefin="2015-12-31", silent=TRUE) Sys.setenv(TZ='GMT') # This dataset format is GMT. If this option is not set # the dataset is tranformed from timestamp to date r_dc<-connect(r_dc) # this dataset has been loaded by the previous lines ########################################################### # Without connexion to the database (use dataset r_dc) ########################################################## data("r_dc") plot(r_dc,plot.type="1") plot(r_dc,plot.type="2") plot(r_dc,plot.type="3",main="trial title") plot(r_dc,plot.type="4",main="trial title") # the following will write in the datawd folder summary(r_dc) ## End(Not run) ##