search for: w40

Displaying 1 result from an estimated 1 matches for "w40".

Did you mean: 440
2011 Nov 14
1
mapply then export
...auss.quad(n,type) which returns two lists $nodes and $weights whose length will each equal n. I'd like to do this for n=1 to 40 (type will not change) and have a dataset with 40 rows and 81 columns with all the nodes and weights. The first record would have N1 and W1 only and N2--N40 and W2--W40 would be missing. The last record would be full. I've tried using mapply but it returns something like this: [,1] [,2] [,3] [,4] [,5] [,6] [,7] nodes 1 Numeric,2 Numeric,3 Numeric,4 Numeric,5 Numeric,6 Numeric,7 weights 1 Numeric,2 Numeric,3 Num...