s-news
[Top] [All Lists]

Re: Matrix size

To: Riyanto Wibowo <riyantowibowo@yahoo.com.sg>
Subject: Re: Matrix size
From: Prof Brian Ripley <ripley@stats.ox.ac.uk>
Date: Wed, 23 Feb 2005 07:57:23 +0000 (GMT)
Cc: s-news@lists.biostat.wustl.edu
In-reply-to: <20050223070502.62595.qmail@web51903.mail.yahoo.com>
References: <20050223070502.62595.qmail@web51903.mail.yahoo.com>
On Wed, 23 Feb 2005, Riyanto Wibowo wrote:

Is it possible to have matrix size which has 1,000,000 rows?

Yes.

A <- matrix(0, 1e6, 2)
dim(A)
[1] 1000000       2


Please don't send the same message (slightly reformatted) a second time.


--
Brian D. Ripley,                  ripley@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

<Prev in Thread] Current Thread [Next in Thread>