> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
> Behalf Of Trevor Carey-
> Smith
> Sent: Monday, December 12, 2011 4:22 PM
> To: r-help@r-project.org
> Subject: Re: [R] Boxplot of multiple vectors with different
> Spotfire, TIBCO Software
> wdunlap tibco.com
>
> > -Original Message-
> > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
> On Behalf Of Ryan Utz
> > Sent: Monday, December 12, 2011 3:15 PM
> > To: r-help@r-project.org
> > S
V.
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
On Behalf Of Ryan Utz
Sent: Monday, December 12, 2011 1:24 PM
To: r-help@r-project.org
Subject: [R] Boxplot of multiple vectors with different lengths
Hello,
I'm attempting to write a co
["b"]], etc. instead.
You may want to use a shorter name than dataList.
Bill Dunlap
Spotfire, TIBCO Software
wdunlap tibco.com
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
> Behalf Of Ryan Utz
> Sent: Monday, Decembe
Thomas:
I stand corrected. Thank you.
-- Bert
On Mon, Dec 12, 2011 at 2:21 PM, Thomas Adams wrote:
> Bert,
>
> I may be mistaken, but I thought Ryan wrote "write code that automatically
> imports data from different files (with different lengths-just one
> variable)", so, I was referring to doi
ct.org]
On Behalf Of Ryan Utz
Sent: Monday, December 12, 2011 1:24 PM
To: r-help@r-project.org
Subject: [R] Boxplot of multiple vectors with different lengths
Hello,
I'm attempting to write a code that automatically imports data from
different files (with different lengths-just one variable) an
elp-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
> On Behalf Of Ryan Utz
> Sent: Monday, December 12, 2011 1:24 PM
> To: r-help@r-project.org
> Subject: [R] Boxplot of multiple vectors with different lengths
>
> Hello,
>
> I'm attempting to write a code tha
: r-help@r-project.org
Subject: [R] Boxplot of multiple vectors with different lengths
Hello,
I'm attempting to write a code that automatically imports data from different
files (with different lengths-just one variable) and makes tidy box plots for
comparison. I can successfully import the da
Bert,
I may be mistaken, but I thought Ryan wrote "write code that
automatically *imports
data* from different files (with different lengths-just one variable)", so,
I was referring to doing something with the data before it gets into R. I
understand that one should not need to write out data and
Sorry -- previous versiuon prematurely sent. Full version is:
Yikes! You should never have to do this sort of thing (writing stuff
out to files, etc.)
What is wanted, I believe, is ?do.call as in
do.call(boxplot, z)
where z is list(a,b,c) as Sarah described.
However, I think you might
Ryan,
I think you could do what you want by having the vector data written to
separate files; then create a file containing the individual file names. In
R, read the file containing the list of file names and loop through this
reading in the individual vector files. Maybe this is an inelegant, bru
Hi,
On Mon, Dec 12, 2011 at 4:24 PM, Ryan Utz wrote:
> Hello,
>
> I'm attempting to write a code that automatically imports data from
> different files (with different lengths-just one variable) and makes tidy
> box plots for comparison. I can successfully import the data and create a
> list of t
Hello,
I'm attempting to write a code that automatically imports data from
different files (with different lengths-just one variable) and makes tidy
box plots for comparison. I can successfully import the data and create a
list of the vectors I want to compare. But I cannot, for the life of me,
fi
13 matches
Mail list logo