listOfNulls: Create an empty list object of given size.

Description Usage Arguments Examples

View source: R/XHMM_functions.R

Description

Create an empty list object of given size, with NULL at each position.

Usage

1

Arguments

n

Examples

1
2
lst = listOfNulls(17)
print(length(lst))

xhmmScripts documentation built on May 2, 2019, 1:01 a.m.