is.na.SpatialArray: Positions of missing values in a 'SpatialArray' object

Description Usage Arguments Value Examples

View source: R/SpatialArray-base.R

Description

The function behaves similar to the regular is.na() function applied to the proxy object of a RasterArray.

Usage

1
2
## S3 method for class 'SpatialArray'
is.na(x)

Arguments

x

A RasterArray class object.

Value

A logical vector, matrix or array matching the structure of the RasterArray.

Examples

1
2
3

chronosphere documentation built on April 19, 2021, 1:07 a.m.