View source: R/createMissingList.r
createMissingList | R Documentation |
create a list with empty entries to be used as missingList in slider3d
createMissingList(x)
x |
length of the list to be created |
returns a list of length x
filled with numerics of length zero.
fixLMtps,fixLMmirror, slider3d
## Assume in a sample of 10, the 9th individual has (semi-)landmarks 10:50
# hanging in thin air (e.g. estimated using fixLMtps)
# while the others are complete.
## create empty list
missingList <- createMissingList(10)
missingList[[9]] <- 10:50
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.