clist {ggplot2}R Documentation

Concatenate a named list for output

Description

Print a list(a=1, b=2) as (a=1, b=2)

Usage

clist(l)

Arguments

l list to concatenate

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

clist(list(a=1, b=2))
clist(par()[1:5])

[Package ggplot2 version 0.8.2 Index]