Skip to content
Prev 249002 / 398506 Next

Storing loop output in matrix

On Jan 31, 2011, at 4:49 PM, Dean Castillo wrote:

            
R code to create a matix would use the matrix function,
You seem to be coming from a programming paradigm tha t uses "," where  
R would use ":"

list(3,91) is a two element object rather than 3:91 which would be an  
89 element object.

Perhaps you should read some introductory material and get a better  
handle in the R syntax through self study.

http://cran.r-project.org/doc/manuals/R-intro.pdf
What pic function???
 > ?pic
No documentation for 'pic' in specified packages and libraries:
you could try '??pic'
David Winsemius, MD
West Hartford, CT