Displaying 4 results from an estimated 4 matches for "w01".
Did you mean:
01
2007 Aug 08
0
Creating netcdf from table
...es and 1 for values
(radon concentration). I have Tables for every week of the year 2006, always
same coordinates but other values, i.e. time series. Now I want to create a
NetCDF file for, which is much easier to handle than 52 tables. I tried the
following for the first dataset (i.e first week):
W01<-read.table("RN_weekly/KW01_RN.dat")
long<-W01$V1
lat<-W01$V2
RN01<-W01$V3
dim1 <- dim.def.ncdf( "EW","degrees", as.double(long))
dim2 <- dim.def.ncdf( "SN","degrees", as.double(lat))
varz <- var.def.ncdf("Radon",&qu...
2013 Jan 04
2
Can you help me please
HI Fares,
You could try this:
dat1<- read.table(text="
date????? donation
3jan2003?? 20235
4jan2003?? 25655
5jan2003?? 225860
6jan2003?? 289658
7jan2003?? 243889
8jan2003?? 244338
9jan2003?? 243889
",sep="",header=TRUE,stringsAsFactors=FALSE)
The post is not very specific as to what you need.? I hope this works for you.
library(xts)
2010 Dec 17
3
Alternative to extended recode sintax?
...; "2010-10-31 23:00:00" "2010-11-07 23:00:00" "2010-11-14 23:00:00" "2010-11-21 23:00:00" "2010-11-28 23:00:00"
[89] "2010-12-05 23:00:00" "2010-12-12 23:00:00"
Now what I would like is to have more readable labels, such as 2010-W01 for the first week of 2010, 2009-W34 for the 34th week in 2009, etc....is there an easier way to achieve that than having to write out the all recode sintax:
library(car)
dataset$newvar <- recode(dataset$oldvar, "
c('2009-03-30 00:00:00')='2009-W13';
c('2009-04-06 00:...
2003 Dec 01
0
No subject
...C27100 for <samba@lists.samba.org>; Tue, 12 Jun 2001 09:30:23
-0400
Received: from ahmlir1.mail.eds.com (localhost [127.0.0.1]) by
ahmlir1.mail.eds.com (8.11.3/8.11.3) with ESMTP id f5CDUDh26829 for
<samba@lists.samba.org>; Tue, 12 Jun 2001 09:30:13 -0400 (EDT)
Received: from koedgw01.delcoelect.com (koedgw01.delcoelect.com
[144.250.1.39]) by ahmlir1.mail.eds.com (8.11.3/8.11.0) with ESMTP id
f5CDUCA26805 for <samba@lists.samba.org>; Tue, 12 Jun 2001 09:30:12
-0400 (EDT)
Received: from notes.delphiauto.com (uskokg99.delcoelect.com
[144.250.3.44]) by koedgw01.delcoe...