diff --git a/DESCRIPTION b/DESCRIPTION index f5ea6638..f47d228b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: covmuller Type: Package Title: A tool to model COVID19 variant prevalence using data from GISAID -Version: 0.1.2.0006 -Date: 2024-01-20 +Version: 0.1.2.0007 +Date: 2024-01-21 Author: Saket Choudhary Maintainer: Saket Choudhary Description: covmuller can be used to process data from GISAID and diff --git a/R/visualization.R b/R/visualization.R index 4c200cad..d12b8e62 100644 --- a/R/visualization.R +++ b/R/visualization.R @@ -279,10 +279,11 @@ PlotVariantPrevalenceAnimated <- function(df, title = NULL, caption = "**Source: anim <- the_anim + transition_reveal(Date) + view_follow(fixed_y = T, fixed_x = T) anim <- animate(anim, renderer = gifski_renderer(), height = 900, width = 1100, - fps = 10, duration = 12, + fps = 10, + duration = 6, res = 150, # nframes = 100, - rewind = F, end_pause = 10 + rewind = F, end_pause = 5 ) return(anim) } diff --git a/docs/404.html b/docs/404.html index 0cdc30da..2a8fb0e0 100644 --- a/docs/404.html +++ b/docs/404.html @@ -30,7 +30,7 @@ covmuller - 0.1.2.0006 + 0.1.2.0007