Skip to content

Commit 3a12b24

Browse files
Update R/plot_predicted_curve.R
Co-authored-by: Douglas Ezra Morrison <demorrison@ucdavis.edu>
1 parent 9f5188f commit 3a12b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/plot_predicted_curve.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ plot_predicted_curve <- function(sr_model,
4949
legend_obs = "Observed data",
5050
legend_median = "Median prediction",
5151
show_quantiles = TRUE,
52-
log_scale = FALSE,
52+
log_y = FALSE,
5353
log_x = FALSE,
5454
show_all_curves = FALSE,
5555
alpha_samples = 0.3,

0 commit comments

Comments
 (0)