In the long run it will probably be easier/simpler to work in a list (or a new
environment) rather than doing everything in the global environment.
For example you can do some of what you are trying below with code like:
> polyList <- c("rs123", "rs124", "rs555", "rs000")
> mylist <- sapply( pol
Does not just
polyList[[1]])[1, 1] <- 5
work?
--- On Tue, 7/8/08, Stephane Bourgeois <[EMAIL PROTECTED]> wrote:
> From: Stephane Bourgeois <[EMAIL PROTECTED]>
> Subject: [R] attributing values to dataframe positions following eval
> To: r-help@r-project.org
> Received: Tuesday, July 8, 2008,
2 matches
Mail list logo