powered by
The function omits missing polygons.
na.omit(object, ...)
objects of the class "polygonal".
further arguments special methods could require.
polygons an object of the class "polygonal" without missing values.
# NOT RUN { y <- psim(5, 3) y[[1]] <- NA na.omit(y) # }
Run the code above in your browser using DataLab