View source: R/geomorph.utils.r
na.omit.geomorph.data.frame | R Documentation |
Handle missing values in rrpp.data.frame objects
## S3 method for class 'geomorph.data.frame'
na.omit(object, ...)
object |
object (from |
... |
further arguments (currently not used) |
Michael Collyer
data(plethspecies)
Y.gpa <- gpagen(plethspecies$land, verbose = TRUE)
gdf <- geomorph.data.frame(Y.gpa)
gdf$d <- Y.gpa$procD
gdf$group <- c(rep(1, 4), rep(2, 4), NA) # one unknown group designation
gdf
ndf <- na.omit(gdf)
ndf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.