fillGridSpatial: Fill missing dates

View source: R/fillGrid.R

fillGridSpatialR Documentation

Fill missing dates

Description

fill with NA missing dates in grids and station datasets

Usage

fillGridSpatial(grid, lonLim = c(-180, 180), latLim = c(-90, 90))

Arguments

grid

grid or station data

lonLim

Optional. A vector with the minimum and maximum longitude boundaries to be filled with NAs. Default to lonLim = c(-180,180).

latLim

Optional. A vector with the minimum and maximum latitude boundaries to be filled with NAs. Default to latLim = c(-90,90).

Value

A grid filled with NAs in the previously missing date positions

Author(s)

J. BaƱo-Medina


SantanderMetGroup/transformeR documentation built on Oct. 28, 2023, 5:26 a.m.