Skip to content

Commit

Permalink
remove examples until a newer version of the function
Browse files Browse the repository at this point in the history
  • Loading branch information
miturbide committed Apr 16, 2019
1 parent eb307f3 commit f80f057
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions R/overGrid.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,6 @@
#' @family subsetting
#' @export
#' @examples
#' data("EOBS_Iberia_pr")
#' require("visualizeR")
#' spatialPlot(climatology(EOBS_Iberia_pr))
#'
#' data("PRUDENCEregions")
#' IP <- PRUDENCEregions[2,]
#'
#' spatialPlot(climatology(EOBS_Iberia_pr), sp.layout = list(IP, first = FALSE))
#'
#' ov <- overGrid(EOBS_Iberia_pr, layer = IP)
#' spatialPlot(climatology(ov), sp.layout = list(IP, first = FALSE))
#'
#' ovs <- overGrid(EOBS_Iberia_pr, layer = IP, subset = TRUE)
#' spatialPlot(climatology(ovs), sp.layout = list(IP, first = FALSE))



overGrid <- function(grid, layer, subset = FALSE) {
Expand Down

0 comments on commit f80f057

Please sign in to comment.