Displaying 1 result from an estimated 1 matches for "datasplf".
Did you mean:
datasel
2005 Aug 22
0
R-help Digest, Vol 30, Issue 22
...milar blocks.
> >
> > How do we use *apply or
> > something else in the situation ?
> >
> >
> > In prolog it is extremely easy, but here it is not quite...
> >
> >
Here is some code and a little data
dat <- read.table("/home/project5R/datasplf.csv", header=TRUE,
sep=",", na.strings="NA", dec=".", strip.white=TRUE)
attach(dat)
showData(dat, placement='-20+200', font=.logFont, maxwidth=80, maxheight=30)
x <- as.matrix(dat)
x1 <- as.vector(x[,1])
xd1 <- as.Date(x1, format= "%m-%d-%Y&q...