Raw Message
Message-ID: <SNT117-W119CBD230C8B0335599E79C57D0@phx.gbl> Date: 2011-06-01T16:16:26Z From: Chris English Subject: Create Matrix with Float32 values 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