Can you explain why n=12 should result in 3x4 instead of 2x6 or 6x2 or
4x3 or 1x12 ?

On Thu, Jun 14, 2012 at 8:51 AM, karthicklakshman
<karthick.laksh...@gmail.com> wrote:
> 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
>

-- 
Sarah Goslee
http://www.functionaldiversity.org

______________________________________________
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