I'm trying to figure out how I can get a generalized 2D
list/array/matrix/whatever
working.  Seems I can't figure out how to make the variables the right
type.  I
always seem to get some sort of error... out of bounds, wrong type, wrong
dim, etc.
Very confused... :)

x[["some label", "some other index"]] <- 3
x[["some other label", "something else"]] <- 4

I don't know the indexes/label ahead of time... they get generated...  Any
thoughts?

-Toby.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to