estimate.missing.landmarks | R Documentation |
This function is a wrapper for geomorph:estimate.missing
, which adds
records of the specimens and landmarks altered by the imputation of missing
landmarks.
estimate.missing.landmarks(A, na.value = NA, verbose = TRUE, ...)
A |
A 3-dimensional array containing XY shape coordinates for multiple specimens, or a list containing such as an array and data provenance. |
na.value |
A numeric value to treat as missing data, ( |
verbose |
A logical argument specifying whether to display metrics each during each iteration. |
Additional arguments are passed to geomorph::estimate.missing
.
Returns a list with coords
, provenance
, and
any other potential list elements from the input.
Dave Angelini david.r.angelini@gmail.com [aut, cre]
Adams and M.L. Collyer and A. Kaliontzopoulou. 2020. Geomorph: Software for geometric morphometric analyses. R package version 3.2.1. D.C. (Link)
Rohlf, FJ. 2015. The tps series of software. Hystrix 26, 9–12. (Link)
j <- data("Jadera", package = "borealis") j$coords[30,,c(1:3)] <- NA j$coords[37,,c(1,4)] <- NA j2 <- estimate.missing.landmarks(j) cat(j2$provenance$estimate.missing.landmarks) landmark.plot(j2, specimen.number = 1:4, axes = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.