Skip to content

Commit

Permalink
Minor changes in imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedia committed Nov 7, 2017
1 parent c4add61 commit 6524425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/subsetGrid.R
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ subsetSpatial <- function(grid, lonLim, latLim, outside) {
#' @param season An integer vector indicating the months to be subset.
#' @details An attribute 'subset' with value 'subsetSeason' is added to the Dates slot of the output subset.
#' @return A grid (or multigrid) that is a logical subset of the input grid along its 'time' dimension.
#' @importFrom abind asub
#' @importFrom magrittr %>% %<>%
#' @keywords internal
#' @export
#' @author J. Bedia
Expand Down Expand Up @@ -454,6 +454,7 @@ subsetSeason <- function(grid, season = NULL) {
#' @details
#' The attribute \code{subset} will be added taking the value of the \code{dimension} parameter.
#' @importFrom abind asub
#' @importFrom magrittr %<>%
#' @author J. Bedia and S. Herrera
#' @keywords internal
#' @export
Expand Down

0 comments on commit 6524425

Please sign in to comment.