Re: [R] Data labels in R

2013-09-16 Thread Ankur Seth
7000 East Ave., L-627 > Livermore, CA 94550 > 925-423-1062 > > > > > > On 9/15/13 9:43 AM, "Ankur Seth" wrote: > > >I want to put labels a,b,c,d on the data points > > > >x<-data.frame(c(1,2,3,4),c(1,4,9,16),c("a","b","c&

Re: [R] Data labels in R

2013-09-15 Thread Ankur Seth
plot' and look at some of the examples to see > how to place labels in various places on a plot. This is not > difficult if you have read any of the documentation. > > Jim Holtman > Data Munger Guru > > What is the problem that you are trying to solve? > Tell me what y

[R] Data labels in R

2013-09-15 Thread Ankur Seth
select=c(Date,col1, col2 )) data<-read.zoo(data) plot(data) -- Regards, Ankur Seth [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting gui

Re: [R] Simple Model in R

2013-09-07 Thread Ankur Seth
Is there a way in which I can setup a model like that? Regards, Ankur Seth On Sat, Sep 7, 2013 at 4:49 PM, Rui Barradas wrote: > Hello, > > It will not change the value automatically, you will have to rerun the > code. > > Rui Barradas > > Em 07-09-2013 11:52, Ankur Se

Re: [R] Simple Model in R

2013-09-07 Thread Ankur Seth
Thanks Rui, but this does not change the value in the new column automatically if I change the value in the data column. Any ideas? Regards, Ankur Seth On Sat, Sep 7, 2013 at 2:11 PM, Rui Barradas wrote: > Hello, > > Try the following. > > dat <- read.table

[R] Simple Model in R

2013-09-07 Thread Ankur Seth
there a way to do this in R? Regards, Ankur Seth [[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