[R] readMat - how to retrieve the variables

2011-03-13 Thread Eduardo M. A. M.Mendes
Hello I have a matlab MAT file that contains one single variable: a. The structure of a is as follows: a.river1.flow (flow values) a.river1.date_flow (date) a.river1.precip (precipitation values) a.river1.date_precip a.river2.flow a.river2.date_flow a.river2.precip a.river2.date_precip I have

Re: [R] readMat - how to retrieve the variables

2011-03-13 Thread Joshua Wiley
Hi Ed, Can you please provide *at least* the R output from running: str(data) where data is the variable name you stored the results of readMat() in. If it is reasonably small and can be sent as plaintext (I do not know Matlabs file format off hand), you could send us the actual data so we can

Re: [R] readMat - how to retrieve the variables

2011-03-13 Thread Eduardo M. A. M.Mendes
: Joshua Wiley [mailto:jwiley.ps...@gmail.com] Sent: Sunday, March 13, 2011 6:30 PM To: Eduardo M. A. M.Mendes Cc: R-help@r-project.org Subject: Re: [R] readMat - how to retrieve the variables Hi Ed, Can you please provide *at least* the R output from running: str(data) where data is the variable

Re: [R] readMat - how to retrieve the variables

2011-03-13 Thread Joshua Wiley
...@gmail.com] Sent: Sunday, March 13, 2011 6:30 PM To: Eduardo M. A. M.Mendes Cc: R-help@r-project.org Subject: Re: [R] readMat - how to retrieve the variables Hi Ed, Can you please provide *at least* the R output from running: str(data) where data is the variable name you stored

Re: [R] readMat - how to retrieve the variables

2011-03-13 Thread Eduardo M. A. M.Mendes
: Joshua Wiley [mailto:jwiley.ps...@gmail.com] Sent: Sunday, March 13, 2011 6:30 PM To: Eduardo M. A. M.Mendes Cc: R-help@r-project.org Subject: Re: [R] readMat - how to retrieve the variables Hi Ed, Can you please provide *at least* the R output from running: str(data) where data

Re: [R] readMat - how to retrieve the variables

2011-03-13 Thread Joshua Wiley
13, 2011 7:20 PM To: Eduardo M. A. M.Mendes Cc: R-help@r-project.org Subject: Re: [R] readMat - how to retrieve the variables On Sun, Mar 13, 2011 at 2:56 PM, Eduardo M. A. M.Mendes emammen...@gmail.com wrote: Hi Joshua Many thanks for the prompt reply. I have saved a short version

Re: [R] readMat - how to retrieve the variables

2011-03-13 Thread David Winsemius
. A. M.Mendes Cc: R-help@r-project.org Subject: Re: [R] readMat - how to retrieve the variables On Sun, Mar 13, 2011 at 2:56 PM, Eduardo M. A. M.Mendes emammen...@gmail.com wrote: Hi Joshua Many thanks for the prompt reply. I have saved a short version of the matlab file and the output on R

Re: [R] readMat - how to retrieve the variables

2011-03-13 Thread Eduardo M. A. M.Mendes
Hi Joshua Many many thanks. Cheers Ed -Original Message- From: Joshua Wiley [mailto:jwiley.ps...@gmail.com] Sent: Sunday, March 13, 2011 8:00 PM To: Eduardo M. A. M.Mendes Cc: R-help@r-project.org Subject: Re: [R] readMat - how to retrieve the variables Hi Ed, Here are some

Re: [R] readMat - how to retrieve the variables

2011-03-13 Thread Eduardo M. A. M.Mendes
: Sunday, March 13, 2011 8:01 PM To: Eduardo M. A. M.Mendes Cc: 'Joshua Wiley'; R-help@r-project.org Subject: Re: [R] readMat - how to retrieve the variables On Mar 13, 2011, at 6:42 PM, Eduardo M. A. M.Mendes wrote: Hi Joshua Many thanks. The values of flow can be accessed in a weird way and we

Re: [R] readMat - how to retrieve the variables

2011-03-13 Thread David Winsemius
: Re: [R] readMat - how to retrieve the variables On Mar 13, 2011, at 6:42 PM, Eduardo M. A. M.Mendes wrote: Hi Joshua Many thanks. The values of flow can be accessed in a weird way and we can used them for some calculations. Since I am a newbie as far as using R is concerned I wonder

Re: [R] readMat - how to retrieve the variables

2011-03-13 Thread Eduardo M. A. M.Mendes
: Re: [R] readMat - how to retrieve the variables On Mar 13, 2011, at 7:27 PM, Eduardo M. A. M.Mendes wrote: Hello there Here is the output of the command structure(list(a = structure(list(structure(list(structure(c(16.259746877453, 17.7125316239611, 17.7801266531401, 18.7370886410339

Re: [R] readMat - how to retrieve the variables

2011-03-13 Thread David Winsemius
[mailto:dwinsem...@comcast.net] Sent: Sunday, March 13, 2011 8:37 PM To: Eduardo M. A. M.Mendes Cc: 'Joshua Wiley'; R-help@r-project.org Subject: Re: [R] readMat - how to retrieve the variables On Mar 13, 2011, at 7:27 PM, Eduardo M. A. M.Mendes wrote: Hello there Here is the output of the command

Re: [R] readMat - how to retrieve the variables

2011-03-13 Thread Eduardo M. A. M.Mendes
So sorry but the data is confidential. Cheers Ed -Original Message- From: David Winsemius [mailto:dwinsem...@comcast.net] Sent: Sunday, March 13, 2011 9:16 PM To: Eduardo M. A. M.Mendes Cc: 'Joshua Wiley'; R-help@r-project.org Subject: Re: [R] readMat - how to retrieve the variables