Skip to content

Commit

Permalink
tidy things up
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaMeyer committed Mar 13, 2024
1 parent 7572bc6 commit bcd519f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 253 deletions.
3 changes: 2 additions & 1 deletion R/geodist.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
#' trainDat$week <- lubridate::week(trainDat$Date)
#' cvfolds <- CreateSpacetimeFolds(trainDat,timevar = "week")
#'
#' dist <- geodist(trainDat,preddata = predictionDat,cvfolds = cvfolds$indexOut,type="time",time_unit="days")
#' dist <- geodist(trainDat,preddata = predictionDat,cvfolds = cvfolds$indexOut,
#' type="time",time_unit="days")
#' plot(dist)+ xlim(0,10)
#'
#'
Expand Down
3 changes: 2 additions & 1 deletion man/geodist.Rd

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

2 changes: 1 addition & 1 deletion vignettes/cast01-CAST-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ editor_options:
---

```{r setup, echo=FALSE}
knitr::opts_chunk$set(fig.width = 8.83,cache = TRUE)
knitr::opts_chunk$set(fig.width = 8.83)
```


Expand Down
250 changes: 0 additions & 250 deletions vignettes/cast02-AOA-tutorial.R

This file was deleted.

0 comments on commit bcd519f

Please sign in to comment.