Description Usage Arguments Value Examples
View source: R/na.omit.polygonal.R
The function omits missing polygons.
1 |
object |
objects of the class "polygonal". |
... |
further arguments special methods could require. |
polygons an object of the class "polygonal" without missing values.
1 2 3 |
Attaching package: ‘psda’
The following object is masked from ‘package:stats’:
na.omit
[[1]]
[,1] [,2]
[1,] -1.36540940 -0.1712466
[2,] -1.36540940 -1.6853844
[3,] -0.05412761 -0.9283155
[[2]]
[,1] [,2]
[1,] -1.1438642 -0.2586030
[2,] -1.1438642 -1.3810693
[3,] -0.1717799 -0.8198361
[[3]]
[,1] [,2]
[1,] 0.2502718 1.14618299
[2,] 0.2502718 0.01021311
[3,] 1.2340506 0.57819805
[[4]]
[,1] [,2]
[1,] -1.1897841 -0.4290397
[2,] -1.1897841 -1.3936249
[3,] -0.3544287 -0.9113323
attr(,"class")
[1] "polygonal"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.