Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
VLucet committed Mar 3, 2022
1 parent 57c3009 commit 6d10206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot-helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ plot_productivity <- function(x, aggregate, interval, use_sf, page, nrow, ncol,
log, scales){

boundary_col <- spm_boundary(x)
resp <- spm_response(spm_formulas(sspm_model_fit))
resp <- spm_response(spm_formulas(x))

prod_preds <- predict(x, aggregate = aggregate,
interval = interval) %>%
Expand Down

0 comments on commit 6d10206

Please sign in to comment.