Displaying 20 results from an estimated 556 matches for "climate".
2012 Sep 13
1
Auomatic Download of climate netcdf4 files from the Climate Explorer Website
Dear R-helpers,
I am trying to download some netcdf4 files from the Climate Explorer
Website:
http://climexp.knmi.nl/start.cgi?id=someone at somewhere
In fact, there are 78 distinct files. I have found a way to download a
particular file and open it in R, but I have been informed that there exists
some code to automatically download all the files. Do you have any clue
re...
2007 Jul 18
1
creating a world map of eco-climatic zones
Hello R users:
I would like to produce a world map with countries colored according to whether
they fall into one of 7 eco-climatic zones. For simplicity, each country is
allocated to exactly 1 eco-climatic zone. For this purpose I have looked at the
map and mapdata packages, which contain world maps composed of polygons (1 for
each country, it seems). Each of the polygons can be referred to by a
2018 Jan 09
1
barplot_add=TRUE
...and w, but m$trapcatch and w$trapcatch are shifted up to x-value 60.
The follow-up lines for temp and humidity are fine.
Thanks
Sibylle
setwd("~/Desktop/DatenLogger2017") # am Mac sks
trap = read.delim("SWD_Trap_week-new.txt", na.strings="*", header=TRUE)
climate = read.delim("Agrometeo_week-2017.txt", na.strings="*", header=TRUE)
names(trap)
names(climate)
Hecke<-trap[trap$station=="FiBL_Hecke",]
m<-Hecke[Hecke$m_w=="m",]
w<-Hecke[Hecke$m_w=="w",]
par(mar=c(5,4,4,10))
barplot(rbind(m$trapcatc...
2012 Sep 29
3
Removing lower whisker in boxplot to see the effects of the high values
...n-
I was wanting to alter the boxplot to remove the lower whisker, both the
whisker line and staple just on the lower end. Is there a way to do this?
As my code is currently:
boxplot(log_loads~ind,data=nfmaum, horizontal=TRUE, notch=T, outline=FALSE,
whisker=0, main="Maumee River Near Future Climate Scenarios", ylab="Log
Load",xlab="Climate Scenarios")
I just want to better see the medians and high end tail.
Thanks
Meredith
--
Doctoral Candidate
Department of Civil and Environmental Engineering
Michigan Technological University
[[alternative HTML version deleted]...
2013 Jan 31
2
Help with multiple barplots
...e three from another grouping variable.
If anyone has any thoughts, I'd be very grateful. Yours truly, Simon J. Kiss
###Random Data
crime<-sample(c('agree' ,'disagree'), replace=TRUE, size=100)
guns<-sample(c('agree','disagree'), replace=TRUE, size=100)
climate<-sample(c('agree', 'disagree'), replace=TRUE, size=100)
gender<-sample(c('male','both' ,'female'), replace=TRUE, size=100)
age<-sample(c('old', 'neither', 'young'), replace=TRUE, size=100)
dat<-as.data.frame(cbind(crime, gu...
2009 Sep 24
2
P-value and R-squared variable selection criteria
Hi R community
I have a question. I'll explain my situation. I have to build a climate model to obtain monthly and annual temperature from 2004 to 2008 from a specif area in Almeria (Spain). To build this climate model, I will use Multiple regression. My dependant variable will be monthly and annual temperature and independant variables will be Latitute, Longitude and Altitude and I...
2006 Dec 12
2
how do you interpolate a gaussian grid to a standard 2.5 degree grid?
...polate your data is this way. If there is no ready-made function you know
of but you are willing to share your own methods I would also appreciate any
pointers.
Many thanks for your time,
Jenny Barnes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jennifer Barnes
PhD student - long range drought prediction
Climate Extremes
Department of Space and Climate Physics
University College London
Holmbury St Mary, Dorking
Surrey
RH5 6NT
Web: http://climate.mssl.ucl.ac.uk
2006 Dec 14
7
loop is going to take 26 hours - needs to be quicker!
...ing down the column in gpcc.data2 so n increses by 1 each
time and each data point is pulled off....
It needs to be a lot quicker, I'd appreciate any ideas!
Many thanks for taking time to read this,
Jenny Barnes
~~~~~~~~~~~~~~~~~~
Jennifer Barnes
PhD student - long range drought prediction
Climate Extremes
Department of Space and Climate Physics
University College London
Holmbury St Mary, Dorking
Surrey
RH5 6NT
01483 204149
07916 139187
Web: http://climate.mssl.ucl.ac.uk
2011 Oct 12
2
dcc in 'bootRes' package
Hello,
I am trying to complete a response function analysis using the command dcc
in the package 'bootRes'.
Here is my code:
DC<-read.table("Dalton.txt", header=T)
climate<-read.table("climate.txt", header=T)
dcc.DC<-dcc(DC, climate, method ="response", start = -4, end =9)
My data is formatted correctly for this analysis, with 'DC' being a data
frame that contains tree-ring chronologies and 'climate' being a data frame
with...
2013 Feb 22
1
Climate Spatial plot
Dear Sir,
I am beginner in using R. I am working on climate and like to plot spatial
but I can't able to go ahead. I know it is too simply but not for me. Here
is attached the data and my sample script. I am waiting R-users to solve my
problem. Your help is valuable for me. Thank you.
--
---------------------------------------------------
*Bedassa R...
2007 Mar 16
1
Problem installing R onto Solaris 2.10 system - need advice!!!!!
...6
day 01
svn rev 38247
language R
version.string Version 2.3.1 (2006-06-01)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jennifer Barnes
PhD student: long range drought prediction
Climate Extremes Group
Department of Space and Climate Physics
University College London
Holmbury St Mary
Dorking, Surrey, RH5 6NT
Tel: 01483 204149
Mob: 07916 139187
Web: http://climate.mssl.ucl.ac.uk
2006 Oct 04
3
problem using libao on OSX 10.4
...auto_underscore
Referenced from: /usr/local/lib/libao.2.dylib
Expected in: flat namespace
dyld: Symbol not found: _dlsym_auto_underscore
Referenced from: /usr/local/lib/libao.2.dylib
Expected in: flat namespace
Trace/BPT trap
Any ideas?
TIA,
-- Gala
Gala Wind
(301) 614-6221
wind@climate.gsfc.nasa.gov
Code 613.2, Climate and Radiation
SSAI, Inc.
NASA/GSFC
Greenbelt, MD 20771
/*--------------------------------------------------------------------
-- There's always a way, you just have to find it.
( B. Hambly "Children of the Jedi" )
--------------------...
2018 Jan 09
0
barplot_add=TRUE
Hi, Sibylle,
since you write '"mathematically" add', does
barplot(rbind(m$trapcatch, w$trapcatch))
do what you want (modulo layout details)?
Hth -- Gerrit
---------------------------------------------------------------------
Dr. Gerrit Eichner Mathematical Institute, Room 212
gerrit.eichner at math.uni-giessen.de Justus-Liebig-University Giessen
Tel:
2007 Jun 06
3
random numbers selection - simple example
...s to be for much form complicated
examples, there must be a simpler way for what I am trying to do?
If anybody can help me I would greatly appreciate your advice and time,
Best Wishes,
Jenny
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jennifer Barnes
PhD student: long range drought prediction
Climate Extremes Group
Department of Space and Climate Physics
University College London
Holmbury St Mary
Dorking, Surrey, RH5 6NT
Web: http://climate.mssl.ucl.ac.uk
2012 Mar 14
1
climate data, Netcdf
...for daily min Tem
365 file for
daily max Tem
365 file for
average daily Tem
Thanks in advance
--
View this message in context: http://r.789695.n4.nabble.com/climate-data-Netcdf-tp4472352p4472352.html
Sent from the R help mailing list archive at Nabble.com.
2007 Jul 24
3
Overlaying a single contour from a new data array in levelplot
...R-help
mailing list but I don't know the right way to call two different data arrays,
can anybody help me please? I appreciate your time and help with this question.
Many thanks,
Jenny
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jennifer Barnes
PhD student: long range drought prediction
Climate Extremes Group
Department of Space and Climate Physics
University College London
Holmbury St Mary
Dorking, Surrey, RH5 6NT
Tel: 01483 204149
Mob: 07916 139187
Web: http://climate.mssl.ucl.ac.uk
2006 Dec 11
3
upside down image/data
...ether this is correct as I find it very hard to know
which way up my data should be and I cannot tell which is correct simply by
looking at it!
Many thanks for your time in reading this problem,
Jenny Barnes
~~~~~~~~~~~~~~~~~~~~~~~~~~
Jennifer Barnes
PhD student - long range drought prediction
Climate Extremes
Department of Space and Climate Physics
University College London
Holmbury St Mary, Dorking
Surrey
RH5 6NT
01483 204149
07916 139187
Web: http://climate.mssl.ucl.ac.uk
2024 Jun 04
1
nc file
Hello
I am a PhD student in ecology.
The subject of my thesis is climate change and agricultural systems
modeling. One of the software used in this research is R.
As you know, nc files show climate variables by year in general for the
whole world.
With what command line can I isolate an nc file climate variable for a
specific location?
[[alternative HTML version delet...
2004 Jul 23
1
ts to irts
Hi R-list,
I'm working with irregular time series (time series of climate data,
daily data 365/6 days a year) and would like to create regular time
series from them ( irts
e.g. Rain <-
irts(as.POSIXct(Climate[,1]),Climate[,5])
to ts
e.g. test <- ts(x, start=c(1997,1), frequency=365) )
such that I can find where the gaps (lacking temperature dat...
2012 Mar 17
1
memory, i am getting mad in reading climate data
...memory is 4G and the original size of the file is
1.4G,netcdf file
I don't know what is the problem.Any suggestion please
I tried also
memory limit(4000)
4000
but didnt solve the problem.any help
--
View this message in context: http://r.789695.n4.nabble.com/memory-i-am-getting-mad-in-reading-climate-data-tp4480671p4480671.html
Sent from the R help mailing list archive at Nabble.com.