Learn R Programming

psda (version 1.4.0)

na.omit: Handle Missing Values in Polygonal Objects

Description

The function omits missing polygons.

Usage

na.omit(object, ...)

Arguments

object

objects of the class "polygonal".

...

further arguments special methods could require.

Value

polygons an object of the class "polygonal" without missing values.

Examples

Run this code
# NOT RUN {
y <- psim(5, 3)
y[[1]] <- NA
na.omit(y) 
# }

Run the code above in your browser using DataLab