Skip to content

need help with matrix manipulation

2 messages · Jaramillo, Renee, Gabor Grothendieck

#
This will give a list, one element per row of oz.gmt, which
contains the differently sized vectors as components:

idx <- seq(along = start.hr)
f <- function(i) oz.gmt[i, start.hr[i]:24]
lapply(idx, f)
On 12/5/05, Jaramillo, Renee <rjaramillo at constellagroup.com> wrote: