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

[list()]
A list.

Value

A numeric.


[Package fHMM version 1.4.1 Index]