Skip to content

Commit 52f8cfb

Browse files
committed
fix pp_cpu_2
1 parent 3a73b69 commit 52f8cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/mod_resp_curv_plot_species.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ rc_plot_species <- function(
246246

247247
quant_data <- data0$plot_data_quant[[.x]] %>%
248248
tidyr::pivot_wider(
249-
id_cols = XVals, names_from = Quantile, values_from = pred) %>%
249+
id_cols = XVals, names_from = quantile, values_from = pred) %>%
250250
stats::setNames(c("XVals", "q_25", "q_50", "q_975"))
251251

252252
rug_0 <- dplyr::filter(data0$observed_pa[[.x]], pred == 0)

0 commit comments

Comments
 (0)