napply {cwhmisc}R Documentation

Apply a function to the corresponding elements of two lists (?)

Description

lapply extended for two lists ??

Usage

 napply(...,FUN)

Arguments

... list of vectors ??
FUN function to be used

Value

list of values

Author(s)

Peter Dalgaard, p.dalgaard@biostat.ku.dk

Examples


l1 <- 2
l2 <- 4
napply(l1,l2,FUN=union)

[Package cwhmisc version 2.0.1 Index]