Update license action data and plots.

This commit is contained in:
mattbk 2024-09-23 09:08:30 -05:00
parent 072af64293
commit 312ab95578
6 changed files with 15597 additions and 3080 deletions

View File

@ -8,6 +8,7 @@ library(plotly)
library(htmlwidgets)
library(lubridate)
library(ggrepel)
library(zoo)
#### Total/State/Class ####
# Read in total/state/class data
@ -47,7 +48,11 @@ ae7q_actions <- read.csv("data/ae7q-actions-scraped.csv") %>%
arrange(date) %>%
group_by(action) %>%
mutate(mean_30 = rollmean(count, k=30, fill=NA, align='right'))
# Make sure all the dates are there
#date_vec <- seq(min(ae7q_actions$date), max(ae7q_actions$date), by="days")
#all(date_vec == unique(ae7q_actions$date))
#### Plots ####
##### Total over time, y = 0 #####

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 KiB

After

Width:  |  Height:  |  Size: 291 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 144 KiB