Skip to content
Back to formatted view

Raw Message

Message-ID: <4DE6B218.9020806@ucalgary.ca>
Date: 2011-06-01T21:41:44Z
From: Peter Ehlers
Subject: Create Matrix with Float32 values
In-Reply-To: <SNT117-W119CBD230C8B0335599E79C57D0@phx.gbl>

On 2011-06-01 09:16, Chris English wrote:
>
> Dear R_Help:
> The following gives me a matrix with integer values.
> z= matrix(rep(10:1, each= 10), ncol= 10, byrow=TRUE)>  str(z) int [1:10, 1:10] 10 9 8 7 6 5 4 3 2 1 ...
> How do I specify that I want Float32 values instead.
> Thanks,Chris

Have you tried adding 0? Or you could use the seq() function.
I assume that you have a reason for wanting this.

Peter Ehlers
		 	   		
> ______________________________________________
> 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.