Update license action data and plots.
This commit is contained in:
parent
072af64293
commit
312ab95578
@ -8,6 +8,7 @@ library(plotly)
|
|||||||
library(htmlwidgets)
|
library(htmlwidgets)
|
||||||
library(lubridate)
|
library(lubridate)
|
||||||
library(ggrepel)
|
library(ggrepel)
|
||||||
|
library(zoo)
|
||||||
|
|
||||||
#### Total/State/Class ####
|
#### Total/State/Class ####
|
||||||
# Read in total/state/class data
|
# Read in total/state/class data
|
||||||
@ -47,7 +48,11 @@ ae7q_actions <- read.csv("data/ae7q-actions-scraped.csv") %>%
|
|||||||
arrange(date) %>%
|
arrange(date) %>%
|
||||||
group_by(action) %>%
|
group_by(action) %>%
|
||||||
mutate(mean_30 = rollmean(count, k=30, fill=NA, align='right'))
|
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 ####
|
#### Plots ####
|
||||||
|
|
||||||
##### Total over time, y = 0 #####
|
##### Total over time, y = 0 #####
|
||||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before ![]() (image error) Size: 268 KiB After ![]() (image error) Size: 291 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 208 KiB After ![]() (image error) Size: 210 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 178 KiB After ![]() (image error) Size: 176 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 143 KiB After ![]() (image error) Size: 144 KiB ![]() ![]() |
Loading…
Reference in New Issue
Block a user