Nothing
## This file was created automatically, do not edit by hand.
#' Mask a box
#'
#' Masks grid cells inside a lon/lat or index box. The elements inside the box are untouched, the elements outside are set to missing value. All input fields need to have the same horizontal grid. Use sellonlatbox or selindexbox if only the data inside the box are needed.
#'
#' @details
#' masklonlatbox Mask a longitude/latitude box
#' Masks grid cells inside a lon/lat box. The user must specify the longitude and latitude of the edges of the box.
#' Only those grid cells are considered whose grid center lies within the lon/lat box.
#' For rotated lon/lat grids the parameters must be specified in rotated coordinates.
#' maskindexbox Mask an index box
#' Masks grid cells within an index box. The user must specify the indices of the edges of the box.
#' The index of the left edge can be greater then the one of the right edge. Use negative indexing to
#' start from the end. The input grid must be a regular lon/lat or a 2D curvilinear grid.
#'
#'
#'
#'
#' @returns
#' Operators that output one or more files return a character vector to the
#' output files.
#'
#' Operators that output an indefinite number of files return a string with the
#' basename of the files.
#'
#' Operatos that don't return filenames return a character vector with the
#' string output.
#' @name maskbox
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.