list2mat: list to matrix

View source: R/4_plot.R

list2matR Documentation

list to matrix

Description

list to matrix

Usage

list2mat(x)

Arguments

x

list

Value

matrix

Examples

x <- list(roundfruit = c('apple', 'orange'), redfruit = c('apple', 'strawberry'))
list2mat(x)

bhagwataditya/importomics documentation built on Oct. 19, 2024, 7:24 a.m.