Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
miturbide committed Aug 21, 2017
1 parent 6324cf7 commit 1c817ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/interpGrid.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
#' # boreal winter (DJF) precipitation data for the Iberian Peninsula and the period 1983-2002
#' data(EOBS_Iberia_tp)
#' plotClimatology(climatology(EOBS_Iberia_tp))
#' # Bilinear interpolation to a regular grid of 0.5 degree resolution centered in the Iberian Peninsula
#' # Bilinear interpolation to a regular grid of 0.5 degree
#' # resolution centered in the Iberian Peninsula
#' t1 <- interpGrid(EOBS_Iberia_tp, new.coordinates = list(x = seq(-10,5,.5),
#' y = seq(36,44,.5)),
#' method = "bilinear",
Expand Down
3 changes: 2 additions & 1 deletion man/interpGrid.Rd

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

0 comments on commit 1c817ec

Please sign in to comment.