Hi Jean, the code changes that you provided below give me the double
matrix that I was seeking.

Thank-you again!

Irucka 


<-----Original Message-----> 
>From: Jean V Adams [jvad...@usgs.gov]
>Sent: 11/28/2012 9:47:46 AM
>To: iruc...@mail2world.com
>Cc: r-help@r-project.org
>Subject: Re: [R] zeros in double matrix rather than character matrix
>
>Irucka, 
>
>It looks like your file, Input_Parameter.csv, is not delimited with
commas, ",",
>but with semicolons, ";". What results do you get from submitting these
commands? 
>
>myfile <-
>"/home/ie/Documents/TTU/GA_Research/GLUE/R-Project/R_GLUE_Example/Input
_Parameter.csv"
>
>count.fields(myfile, sep=";") 
>
>Input <- as.matrix(read.csv(myfile, sep=";")) 
>dim(Input) 
>
>Input[1:6, ] 
>
>Jean 
>
>
>
>"Irucka Embry" <iruc...@mail2world.com> wrote on 11/28/2012 07:35:29
AM:
>> 
>> Hi Jean, I am responding to the last part of your response now.
>> 
>> Thank-you.
>> 
>> Irucka Embry
>> 


<span id=m2wTl><p><font face="Arial, Helvetica, sans-serif" size="2" 
style="font-size:13.5px">_______________________________________________________________<BR>Get
 the Free email that has everyone talking at <a href=http://www.mail2world.com 
target=new>http://www.mail2world.com</a><br>  <font color=#999999>Unlimited 
Email Storage &#150; POP3 &#150; Calendar &#150; SMS &#150; Translator &#150; 
Much More!</font></font></span>
        [[alternative HTML version deleted]]

______________________________________________
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