Agreed Peter: weird. What is the purpose of your inquiry SK? And why is your
inquiry so similar to the one at the hyperlink I provided?
Scott
On Wednesday, March 2, 2011 at 6:10 PM, P Ehlers wrote:
> Scott Chamberlain wrote:
> > This thread seems freakishly similar to what you are askingSco
Scott Chamberlain wrote:
This thread seems freakishly similar to what you are askingScott
Even to the point of including the same typo as well as proof
that neither poster bothered to read the posting guide.
Great spot, Scott!
Peter Ehlers
http://tolstoy.newcastle.edu.au/R/help/06/07/3
This thread seems freakishly similar to what you are askingScott
http://tolstoy.newcastle.edu.au/R/help/06/07/30127.html
On Wednesday, March 2, 2011 at 7:43 AM, SK MAIDUL HAQUE wrote:
> I have a text file that I have imported into R. It contains 3 columns and
> 316940 rows. The first column
Hi Sk,
On Wed, Mar 2, 2011 at 8:43 AM, SK MAIDUL HAQUE wrote:
> I have a text file that I have imported into R. It contains 3 columns and
> 316940 rows. The first column is vegetation plot ID, the second species
> names and the third is a cover value (numeric). I imported using the
> read.table
If I understand you correctly, the easiest thing to do is import the
data without converting the strings to factors (the default behavior)
using:
mydata <- read.table("mydata.csv", as.is=TRUE)
If that isn't actually your problem, the output of
str(mydata)
would be helpful, as would an actual examp
I have a text file that I have imported into R. It contains 3 columns and
316940 rows. The first column is vegetation plot ID, the second species
names and the third is a cover value (numeric). I imported using the
read.table function.
My problem is this. I need to reformat the information as a
6 matches
Mail list logo