vector2list: Transform a vector of length 'N * G' to a list of vectors...

View source: R/vector2list.R

vector2listR Documentation

Transform a vector of length N * G to a list of vectors each of length N

Description

Transform a vector of length N * G to a list of vectors each of length N

Usage

vector2list(y, G, N)

Arguments

y

The original vector

G

Integer for the number of groups

N

Integer for the length of each group


dcannonwalker/ncvi documentation built on Dec. 9, 2022, 6:45 p.m.