Learn R Programming

fHMM (version 1.4.2)

list_to_vector: List to vector

Description

This function produces a vector from a list structure and replaces NULL elements by NA.

Usage

list_to_vector(x)

Value

A numeric.

Arguments

x

[list()]
A list.