implodeList.old {AllelicImbalance}R Documentation

implode list of arguments into environment

Description

apply on list of variables to be put in the local environment

Usage

implodeList.old(x)

Arguments

x

list of variables

Details

help the propagation of e.g. graphical paramters

Author(s)

Jesper R. Gadin

Examples


lst <- list(hungry='yes', thirsty='no')
implodeList.old(lst)
#the check ls()
 ls()

[Package AllelicImbalance version 1.28.0 Index]