Skip to content

Commit

Permalink
update defaults in plot_timeSeries_input
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahony committed May 24, 2024
1 parent 2b52e3e commit 2fcbbc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/plot_timeSeries_input.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ plot_timeSeries_input <- function(
ssps = list_ssps(),
max_run = 10,
obs_ts_dataset = c("cru.gpcc", "climatena"),
obs_years = 1901:2022,
gcm_hist_years = 1850:2014,
gcm_ssp_years = 2015:2100,
obs_years = list_obs_years(),
gcm_hist_years = list_gcm_hist_years(),
gcm_ssp_years = list_gcm_ssp_years(),
vars = list_vars()
) {
data <- downscale(xyz = xyz,
Expand Down
6 changes: 3 additions & 3 deletions man/plot_timeSeries_input.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2fcbbc4

Please sign in to comment.