Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

createMissingList

create a list with empty entries to be used as missingList in slider3d


Description

create a list with empty entries to be used as missingList in slider3d

Usage

createMissingList(x)

Arguments

x

length of the list to be created

Value

returns a list of length x filled with numerics of length zero.

See Also

Examples

## 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

Morpho

Calculations and Visualisations Related to Geometric Morphometrics

v2.8
GPL-2
Authors
Stefan Schlager [aut, cre, cph], Gregory Jefferis [ctb], Dryden Ian [cph]
Initial release
2020-02-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.