Displaying 1 result from an estimated 1 matches for "tp3035572p3035572".
2010 Nov 10
4
Simple Function
...ther
Please check my code below:
y=c(NA)
f=c(NA)
mat<-function(i)
{
for (k in i:10)
{
y[k]=k+1
f[k]=y[k-1]/2
}
}
mat(2)
Any thoughts or recommendations would be highly appreciated.
Thanks in advance,
N
--
View this message in context: http://r.789695.n4.nabble.com/Simple-Function-tp3035572p3035572.html
Sent from the R help mailing list archive at Nabble.com.
[[alternative HTML version deleted]]