Skip to content

Commit

Permalink
remove progress logs from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed May 31, 2024
1 parent 0a7b194 commit 1695b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ncores <- detectCores()
registerDoParallel(cores = ncores - 1)
# run the function
evalcor(SAPDC, tz, lat, long, progress = TRUE)
evalcor(SAPDC, tz, lat, long)
```

The `wtreg` function can be used to detide the dissolved oxygen time series. The example below demonstrates detiding, following by a comparison of ecosystem metabolism using the observed and detided data.
Expand All @@ -72,7 +72,7 @@ lat <- 31.39
long <- -81.28
# weighted regression, optimal window widths for SAPDC from the paper
wtreg_res <- wtreg(SAPDC, parallel = TRUE, wins = list(3, 1, 0.6), progress = TRUE,
wtreg_res <- wtreg(SAPDC, parallel = TRUE, wins = list(3, 1, 0.6),
tz = tz, lat = lat, long = long)
# estimate ecosystem metabolism using observed DO time series
Expand Down

0 comments on commit 1695b3d

Please sign in to comment.