search for: park1

Displaying 5 results from an estimated 5 matches for "park1".

Did you mean: park
2005 Oct 12
1
General note on help list...
R-Helpers I am just getting started with R and am learning the basics. I have 'Introductory Statistics with R' by Dalgaard and decided to join this help forum too. At present, I am receiving approx. 40 posts per day regarding R queries by various list members. Is there any way to turn that feature off such that I only receive responses to my questions? Once I learn the basics then I
2006 Feb 20
3
Boxplot Help for Neophyte
R helpers I am getting to grips with R but came across a small problem today that I could not fix by myself. I have 3 text files, each with a single column of data. I read them in using: myData1<-scan("C:/Program Files/R/myData1.txt") myData2<-scan("C:/Program Files/R/myData2.txt") myData3<-scan("C:/Program Files/R/myData3.txt") I wanted to produce a
2007 Dec 24
1
Help with read.zoo and transform
R I get a daily feed of data over the internet that I keep in various .csv files. I have built a function that reads that data into R for me: getMarketData<-function(market) { library(zoo) pathname<- "C:/DATA/" files<-c("AN_REV.csv","AX_REV.csv","BN_REV.csv") markets<-c("AUS","DAX","GBP")
2007 Jul 19
4
Help with Dates
R I am taking an excel dataset and reading it into R using read.table. (actually I am dumping the data into a .txt file first and then reading data in to R). Here is snippet: > head(data); Date Price Open.Int. Comm.Long Comm.Short net.comm 1 15-Jan-86 673.25 175645 65910 28425 37485 2 31-Jan-86 677.00 167350 54060 27120 26940 3 14-Feb-86 680.25
2007 Nov 11
1
Removing axes / frame from plot()
R Help Feel sure there is a simple answer to this but answer has eluded me so far. NB. Using R 2.6.0. I am plotting a simple chart using plot(): plot(df, ylim=c(as.numeric(min(df)), as.numeric(max(df))), col="OliveDrab", xlab="", ylab="") What I would like to do is have this chart appear such that there is only an x and a y axis. I do not want a frame around my