Skip to content

Commit 0e56d9a

Browse files
committed
Fix vignette
1 parent 4d11aa9 commit 0e56d9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R-packages/covidcast/vignettes/correlation-utils.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ we can plot these correlations in space as a choropleth map, using
147147

148148
```{r, fig.width = 10, fig.height = 8}
149149
# Set a bunch of fields so that the data frame knows how to plot itself
150+
df_cor2$data_source <- "cor"
151+
df_cor2$signal <- "cor"
150152
df_cor2$time_value <- start_day
151153
df_cor2$issue <- start_day
152154
attributes(df_cor2)$metadata$geo_type <- "county"

0 commit comments

Comments
 (0)