Skip to content

Commit

Permalink
bugfix grafico catture mese
Browse files Browse the repository at this point in the history
  • Loading branch information
Umberto Vesco committed Oct 23, 2024
1 parent 8ab778f commit 2dcebe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/pageScripts/catture_graficoCattureMese.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ controlliGeoTemp <- controlliGeo[, c( taxa$colonne, "Manomissione", "fori", "Ann

# periodo

periodo <- min(trap$Data.posizionamento):max(trap$Data.posizionamento)
periodo <- min(trap$Data.posizionamento, na.rm=T):max(trap$Data.posizionamento, na.rm=T)
periodo <- as.Date(periodo, origin = "1970-01-01")
periodo <- format(periodo, "%Y-%m")
periodo <- levels(as.factor(periodo))
Expand Down

0 comments on commit 2dcebe0

Please sign in to comment.