mergelists: Merge specified lists into a single list

Description Usage Arguments

View source: R/functions.R View source: R/mergelists.R

Description

In order to merge distinct sets of lists, the routine has to be called for each set, noting that the column numbers will change after previous calls

Usage

1
2
mergelists(zmse, i, j = NULL, k = NULL, l = NULL, rowclean = T,
  includezerocounts = F)

Arguments

i, j, k, l

The lists to be merged. Only i and j have to be given.

rowclean

If rowclean=T then remove all redundant rows (either by combining rows with the same capture pattern after the lists have been merged or by removing rows with zero counts)


bernardsilverman/modslavmse documentation built on Aug. 10, 2019, 2:39 a.m.