R -

I would like to construct a matrix from the output of a loop that has 2
values it varies over the course of the loop creating a 20x20 matrix of
output values:

 ap = logspace(-3, 0, 20)

 am = logspace(-3, .7, 20)
  for (ap in apList)
  {
   for (am in amList)
   {

 output = func(ap, am)
}
}

i.e. cell 1x1 is -3,-3 and the value is 45 or something

-- 
*Edward H Patzelt | Research Assistant
Psychology | University of Minnesota  | Elliott Hall, 75 East River Road |
Minneapolis, MN 55455
Email: patze...@umn.edu  |
Main: 612.626.0072
|
Mobile: 651.315.3410
| Office: S355
**

*

        [[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