Displaying 7 results from an estimated 7 matches for "colney".
2006 Jun 09
4
HTML nsmall vector format problem
...umn with 3 digits after the decimal place and the second
column with 1 digit after the decimal place.
It appears to only use the first value in the vector.
Has anybody got any suggestions?
Thanks for any help.
John Seers
---
John Seers
Institute of Food Research
Norwich Research Park
Colney
Norwich
NR4 7UA
tel +44 (0)1603 251497
fax +44 (0)1603 507723
e-mail john.seers@bbsrc.ac.uk
e-disclaimer at http://www.ifr.ac.uk/edisclaimer/
<http://www.ifr.ac.uk/edisclaimer/>
Web sites:
www.ifr.ac.uk <http://www.ifr.ac.uk/>
www.foodandhealthnetwor...
2006 Sep 26
2
Vectorise a for loop?
...ngth(tt$M)) {
if (tt$M[i] < 0 ) {
fold[i]<-1/(2^tt$M[i])
} else {
fold[i]<-2^tt$M[i]
}
}
tt<-cbind(tt, fold)
}
# Add fold column to top tables
topa1<-ttfold(topa1)
Regards
J
---
John Seers
Institute of Food Research
Norwich Research Park
Colney
Norwich
NR4 7UA
tel +44 (0)1603 251497
fax +44 (0)1603 507723
e-mail john.seers@bbsrc.ac.uk <mailto:john.seers@bbsrc.ac.uk>
e-disclaimer at http://www.ifr.ac.uk/edisclaimer/
<http://www.ifr.ac.uk/edisclaimer/>
Web sites:
www.ifr.ac.uk <http://www.ifr.ac.uk/>
www.fooda...
2007 Nov 16
7
sorting factor levels by data frequency of levels
using an example from r online help
> state <- c("tas", "sa", "qld", "nsw", "nsw", "nt", "wa", "wa",
"qld", "vic", "nsw", "vic", "qld", "qld", "sa", "tas",
"sa", "nt", "wa", "vic",
2009 Sep 17
1
How to colour the tip labels in a phylogenetic tree
...tips - reduced to 12 here for brevity) and I'm SURE there must be a
better way of doing it.
Could anyone help me with this?
Many thanks,
Graham
--
Dr. Graham Etherington
Post-doctoral Bioinformatician,
Department of Computational and Systems Biology
John Innes Centre
Norwich Research Park
Colney
Norwich
NR4 7UH
UK
2006 Nov 20
3
problem with loop to put data into array with missing data forsome files
...n tell) so you
are welcome to have a copy. I can email it to you if you want.
I do not think your test for NA is valid. i.e
if(test != "NA"){
}
I think you should use
if(is.na(test)){
}
Or something similar.
J
---
John Seers
Institute of Food Research
Norwich Research Park
Colney
Norwich
NR4 7UA
tel +44 (0)1603 251497
fax +44 (0)1603 507723
e-mail john.seers at bbsrc.ac.uk
e-disclaimer at http://www.ifr.ac.uk/edisclaimer/
Web sites:
www.ifr.ac.uk
www.foodandhealthnetwork.com
-----Original Message-----
From: Jenny Barnes [mailto:jmb at ms...
2006 Apr 20
2
R-Help
Dear r-users,
Suppose I have three datasets:
Dataset-1:
Date x y
Jan-1,2005 120 230
Jan-2,2005 123 -125
Jan-3,2005 -110 300
Jan-4,2005 114 -21
Jan-7,2005 11 299
Mar-5,2005 200 311
Dataset-2:
Date x y
Jan-2,2005 123 -125
Jan-3,2005 -110 300
Jan-4,2005 114 -21
2006 Nov 20
2
problem with loop to put data into array with missing data for some files
Dear R-help community,
My main goal of this message is to find a way of skipping a file of a month/year
in a loop that does not exist (and making it's output into an data.out array
would be NA) and moving onto the next year/month in the loop to carry on filling
data.out with real precipitation data.
The situation so far:
I downloaded 50 years worth of GRIB data files from the NCEP data