Skip to content

Commit

Permalink
starting vignettes update
Browse files Browse the repository at this point in the history
  • Loading branch information
VeruGHub committed Apr 12, 2024
1 parent 1b19f20 commit 053731c
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

export(check_server)
export(get_daily_climate)
export(get_monthly_climate)
2 changes: 1 addition & 1 deletion man/get_daily_climate.Rd

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

114 changes: 114 additions & 0 deletions man/get_monthly_climate.Rd

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

5 changes: 5 additions & 0 deletions vignettes/points-df-mat-sf.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ daily <- get_daily_climate(
period = 2008:2010,
climatic_var = c("Prcp","Tmin","Tmax"))
monthly <- get_monthly_climate(
coords = coords,
period = 2008:2010,
climatic_var = c("Prcp","Tmin","Tmax"))
Sys.time()
kable(head(daily))
Expand Down

0 comments on commit 053731c

Please sign in to comment.