Learn R Programming

phenofit (version 0.2.0)

listk: listk

Description

listk

Usage

listk(...)

list.cbind(x)

list.rbind(x)

Arguments

...

objects, possibly named.

x

A list object, with data.frame of element

Examples

Run this code
# NOT RUN {
a = 1
b = 1:2
c = 1:3
l1 <- listk(a, b, c)
l2 <- listk(a, b, c = 1:3)
l3 <- listk(a = 1, b = 1:2, c = 1:3)
l4 <- listk(1, 1:2, c)
# }

Run the code above in your browser using DataLab