[R] R matrix help

Kehl Dániel kehld at ktk.pte.hu
Thu Jun 14 16:42:38 CEST 2012


If you have your data in x, you can try something like

matrix(x,length(x)/4,4)

hth
kd


2012.06.14. 14:51 keltezéssel, karthicklakshman írta:
> Dear R experts,
>
> I am interested in getting the dimensions for the matrix dynamically, based
> on the the number of elements in a matrix for example. if the number is 12,
> I should get dim= 3X4,  if it is 20, dim=5X4.
> please help me do this.
>
> Thank you
> Regards
> karthick
>
> --
> View this message in context: http://r.789695.n4.nabble.com/R-matrix-help-tp4633372.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at 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.
>
>



More information about the R-help mailing list