[R] Plotting multiple Zoo object lines

2013-02-27 Thread Ben Neal
bove do not work. I know this is a basic question, with a probably obvious answer, but it kept me up all night so thanks for any assistance. Ben Neal __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read t

Re: [R] Simple plot loop

2012-05-03 Thread Ben Neal
This is correct , now working. I did not have the preceeding comma in "Data2[,i] . . ." Thanks very much! Very much appreciated. Ben Neal -Original Message- From: Peter Ehlers [mailto:ehl...@ucalgary.ca] Sent: Thu 5/3/2012 3:04 PM To: Ben Neal Cc: Jim Lemon; r-help@r-p

Re: [R] Simple plot loop

2012-05-03 Thread Ben Neal
that it is not, as far as I can tell! Thank you for assisting me with this simple but frustrating problem - I have the greatest respect for those of you who provide these answers that so many of us read and utilize. Thank you. Ben Neal -Original Message- From: r-help-boun...@r-projec

[R] Simple plot loop

2012-05-03 Thread Ben Neal
Trying to plot multiple lines from a simple matrix with headers (eight observations per column). I will be doing a number of these, with varying numbers of columns, and do not want to enter the header names for each one (I got frustrated and just wrote them out, which did work). Data reads fin

Re: [R] Splitting a dataframe by character vector

2012-04-23 Thread Ben Neal
Thanks Steve, your explanation of the "==" is very helpful, and I will look up ?by. Ben -Original Message- From: S Ellison [mailto:s.elli...@lgcgroup.com] Sent: Mon 4/23/2012 3:19 AM To: Ben Neal; r-help@r-project.org Subject: RE: Splitting a dataframe by charac

Re: [R] Splitting a dataframe by character vector

2012-04-21 Thread Ben Neal
re why this is, but it worked. I believe this was the error, causing my returned dataframes to contain all the original entries. Thanks again; I will explore the plyr package as well. Ben -Original Message- From: Jorge I Velez [mailto:jorgeivanve...@gmail.com] Sent: Fri 4/20/2012 8:17

[R] Splitting a dataframe by character vector

2012-04-20 Thread Ben Neal
below, and thank you for any responses. I apologize for asking such a simple question, but I wrote this out exactly as found it in an exactly similar question, which indicated this should work. Now I am confused! Thank you for any assistance. Ben Neal # Load data from CSV file Cover =

Re: [R] Axis manipulation in Stackpoly (Plotrix)

2011-12-23 Thread Ben Neal
n="red", font.main=4, axis4="FALSE", xat=seq(50,760,by=100), xaxlab=c(1300, 1400, 1500, 1600, 1700, 1800, 1900, 2000)) -Original Message- From: Jim Lemon [mailto:j...@bitwrit.com.au] Sent: Fri 12/23/2011 2:53 AM To: Ben Neal Cc: r-help@r-project.org Subject

Re: [R] Stacked area plot for time series

2011-12-23 Thread Ben Neal
Meant to say ZOO objects . . . -Original Message- From: Ben Neal [mailto:bn...@spg.ucsd.edu] Sent: Fri 12/23/2011 10:15 AM To: Hadley Wickham; UncleFish Cc: r-help@r-project.org Subject: RE: [R] Stacked area plot for time series Yes, thanks for the direction. I am new to the list and

Re: [R] Stacked area plot for time series

2011-12-23 Thread Ben Neal
Yes, thanks for the direction. I am new to the list and new to R, and I can see that was not a very helpful description. I have since resolved my issue. My main issue was that stackpoly does not (I think) interact with XOO objects or ts object, and my secondary issue was that my time series wa

[R] Axis manipulation in Stackpoly (Plotrix)

2011-12-22 Thread Ben Neal
Have made a stacked area plot, but now want to manipulate the x axis: make in even increments (50) in order to suppress the tick marks (forming solid bar under plot). However, the plot functions do not seem to work, and I cannot find documentation for use of xat in stackpoly. This is a time s