Oh, thanks... ;-)

Atte

21.6.2016, 17.30, Duncan Murdoch kirjoitti:
for(i in 1: 10)
{
      a2=i*0.1; b2=i*0.2; c2=i*0.3
      print(c(a2,b2,c2))
      UserMatrix = rotationMatrix(pi/4,a2,b2,c2)
      print(UserMatrix)
}

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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