lump {Fstability} | R Documentation |
Lump Function
Description
Lumps vectors into a data frame. Adds NAs to make all the lengths the same.
Usage
lump(...)
Arguments
... |
The subsets, given as vectors. |
Examples
x<-c(1,2,3,4)
y<-c(3,4,5)
z<-c(2,3,4,5,6)
lump(x,y,z)
[Package Fstability version 0.1.2 Index]