Description Usage Arguments Examples
View source: R/XHMM_functions.R
Create an empty list object of given size, with NULL at each position.
| 1 | listOfNulls(n)
 | 
| n | 
| 1 2 | lst = listOfNulls(17)
print(length(lst))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.