Opened 6 years ago
Last modified 4 years ago
#244 new enhancement
Bilan migration interannuelle - plusieurs stades
Reported by: | marion | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Programme R | Version: | 0.5 |
Keywords: | Cc: |
Description
Dans le bilan migration (pour sortir Heatmap) ce serait bien de pouvoir mettre plusieurs stades. L'idéal est d'homogénéiser la base de données pour rentrer toujours le même stade mais parfois selon l'utilisateur qui entre les données ont peu avoir adulte ou géniteur voire indéterminé.
J'ai testé d'écrire la sélection des données comme ça :
r_mig_interannual_vichy<-choice_c(r_mig_interannual_vichy,
dc=c(21),
taxa=c("Petromyzon marinus"),
stage=c("5","11","IND"),
anneedebut="2004",
anneefin="2017",
silent=FALSE)
mais ça aboutit à :
[1] Pas de donnees pour ce dispositif de comptage et ce taxon\nIND
[1] Annee choisie\n
[1] Annee choisie\n
puis quand on lance :
r_mig_interannual_vichy<-connect(r_mig_interannual_vichy)
on obtient:
[1] Years with no value : 2006; 2007; 2008; 2009; 2010; 2011; 2012; 2013; 2014; 2015; 2016
[1] Some years are missing in the t_reportjournalier_bjo table, loading them now !
[1] Running report_mig for year 2006
data collected from the database nrow=25752
[1] Chargement des donnees des operations:
[1] Les pas de temps ont ete charges pour ce DC\n
[1] Les pas de temps de ce DF ont ete charges\n
[1] Debut du bilan migration... patientez \n
[1] L'objet Bilan est stocke dans l'environnement envir_stacomi, ecrire report_mig=get('report_mig',envir_stacomi) \n
[1] Pour acceder aux donnees calculees, ecrire : report_mig@calcdata\n
Error in data.frame(..., check.names = FALSE) :
arguments imply differing number of rows: 1, 2, 581
Change History (2)
comment:1 Changed 6 years ago by marion
- Type changed from defect to enhancement
comment:2 Changed 4 years ago by cedric
- Summary changed from Bilan migration - plusieurs stades to Bilan migration interannuelle - plusieurs stades