list_to_vector {fHMM} | R Documentation |
List to vector
Description
This function produces a vector
from a list
structure and
replaces NULL
elements by NA
.
Usage
list_to_vector(x)
Arguments
x |
[ |
Value
A numeric
.
[Package fHMM version 1.4.2 Index]