Description Usage Arguments Details Value Author(s) Examples
goes through a list (containing a combination of single- and multiple-element vectors) and removes redundant names that will make trouble for mle
1 | namedrop(x)
|
x |
a list of named or unnamed, typically numeric, vectors |
examines each element of x
. If the element has length
one and is a named vector, the name is removed; if length(x)
is greater than 1, but all the names are the same, the vector
is renamed
the original list, with names removed/added
Ben Bolker
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.