search for: tebaldi

Displaying 20 results from an estimated 22 matches for "tebaldi".

2007 Jan 04
5
color of opposite sign values in filled.contour
...y around in an ad hoc fashion with the palette I often get funny results in the legend, with color-scale wrapping or blank cells at one of the extremes. I cannot hack effectively the code of the filled.contour function, obviously... Thank you in advance for your help & happy new year claudia tebaldi -- Claudia Tebaldi ISSE/CGD/IMAGe http://www.image.ucar.edu/~tebaldi currently visiting Center for Environmental Science and Policy Stanford University tel: (650) 724-9261 skype: claudia.tebaldi
2002 Oct 17
2
making R-1.6.0 on Linux Debian
I'm running R-1.4.1 on a linux debian (version 2.2) box. I've tried to upgrade to R-1.6.0, and the execution of make halts with the following error messages: make[4]: Entering directory `/home/tebaldi/R/R-1.6.0/src/library/methods' dumping R code in package 'methods' Error in testRversion(descfile) : This package has not been installed properly See the Note in ?library Execution halted make[4]: *** [../../../library/methods/R/all.rda] Error 1 make[4]: Leaving directory `/home/tebald...
2002 Jun 20
1
errors installing R-1.5.1 on linux debian
...no R profiling support: yes R as a shared library: no but when I type 'make' I receive the following error messages (these are just the last few lines of many screenfuls of output, where things seem to be working well 'til...) make[4]: Entering directory `/home/tebaldi/R/R-1.5.1/src/library/methods' dumping R code in package 'methods' initializing class and method definitions now ...Error in .Call("R_missingArg", if (eval) symbol else substitute(symbol), : .Call function name not in load table Execution halted make[4]: *** [../../.....
2001 Oct 31
3
maps in R (fwd)
Here is the answer to an old question of mine, regarding maps in R Hope this help. claudia ---------- Forwarded message ---------- Date: Mon, 25 Jun 2001 13:48:05 -0400 From: Kieran Healy <kjhealy at Princeton.EDU> To: Claudia Tebaldi <tebaldi at ucar.edu> Subject: Re: [R] maps in R Hi Claudia -- you can get the maps() library from here: ftp://ftp.mcs.vuw.ac.nz/pub/statistics/map/ It's not on CRAN because it's still in development. I've been using it for a while with no trouble, though. As far as I remembe...
2010 Oct 28
3
help with help()
...("density", htmlhelp = FALSE) : unused argument(s) (htmlhelp = FALSE) This is a problem only running R within emacs. The command help() works fine if I run R at the command line in a terminal window or if I use the stand-alone R application. Thank you in advance Claudia -- Claudia Tebaldi Research Scientist, Climate Central http://www.climatecentral.org [[alternative HTML version deleted]]
2008 Oct 07
2
masking a regular lat/lon grid to extract map boundaries
...on from Montana to something else... Any suggestion for an algorithm to do this? Of course if someone out there has a high-res mask for the US states I'll happily forget about using map(): I'll take it and interpolate (or knn1) away to my grid! thank you in advance claudia -- Claudia Tebaldi Research Scientist, Climate Central http://www.climatecentral.org
2001 Nov 13
1
models for polytomous data
...() or other binary classifiers, but besides that I'm kind of at a loss. (I'm familiar with classification methods for nominal scales, I haven't seen much for the ordinal kind). thanks in advance claudia ------------------------------------------------------------------------- claudia tebaldi NCAR RAP project scientist P.O. Box 3000 (303) 497-2830 Boulder, CO 80307 -------------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2002 Feb 28
1
multiple replications of a ts
...stimate the first few lags autocorrelation function. Is there an immediate way of handling multiple realizations when computing the ACF in R? I'm using R-1.4.1 on a Linux Debian box. Thanks in advance claudia ------------------------------------------------------------------------- claudia tebaldi NCAR RAP project scientist P.O. Box 3000 (303) 497-2830 Boulder, CO 80307 -------------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2001 Aug 13
2
printing lattice plots
...items to "black" or specifying trellis.device(color=FALSE,device="postscript"). No luck. On a related note, is there a way to have multiple trellis plots on a same page? thanks in advance c ------------------------------------------------------------------------- claudia tebaldi NCAR RAP project scientist P.O. Box 3000 (303) 497-2830 Boulder, CO 80307 -------------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2001 Oct 29
2
times 'til first change
...y 2 1 1 1 NA NA NA NA 1.... because for the series of 1's starting in the 5th position I really don't know if the switch happened at the 8th or at the 9th step. thanks in advance claudia ------------------------------------------------------------------------- claudia tebaldi NCAR RAP project scientist P.O. Box 3000 (303) 497-2830 Boulder, CO 80307 -------------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2001 Sep 06
1
interrupting the sourcing of a file
...es for the R process). I could kill the emacs job, but of course this would cause all the computations done in this session to be lost. I'd be happy to prevent that from happening... thanks in advance claudia ------------------------------------------------------------------------- claudia tebaldi NCAR RAP project scientist P.O. Box 3000 (303) 497-2830 Boulder, CO 80307 -------------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2002 Jul 05
1
robust mixed effects models
...se subtitle is "Fit and compare ==>Gaussian<== linear and nonlinear mixed-effects models") Before venturing in EM-programming territory I thought I ask... thank you claudia (I'm using R-1.4.1) ------------------------------------------------------------------------- claudia tebaldi NCAR RAP project scientist P.O. Box 3000 M-W-Th @FL (303) 497-2830 Boulder, CO 80307 Tu-F @ML (303) 497-1621 tebaldi at ucar.edu ---------------------------------------------------------...
2010 Oct 31
1
complicated graphic -- persp+map
...s the problem -- superimpose a map of the region. persp() can easily do the color-coded surface but I cannot figure out how (if at all possible) to overlay geographic boundaries, in this specific case a simple map of the land area outlines. Thank you in advance for any help Claudia -- Claudia Tebaldi Research Scientist, Climate Central http://www.climatecentral.org (303) 775 5365 c (Colorado area code) [[alternative HTML version deleted]]
2001 Aug 02
1
conversion of time
Hi I have integer values representing unix time, stored into a simple numeric vector, no POSIX* class inheritance of any kind. Something like crazylookingtimes_c(993340800.00, 993254400.00, 994809600.00) I'd like to convert them into a format like YYDDMMHHMMSS but I cannot find out how, at least not in the documentation on DateTimeClasses that I've skimmed. Can anybody help, please?
2002 Jan 04
1
plotting maps?
I thought I had plotted a map of oregon and washington and overlayed some points using R. Is that possibe since I can't seem to find the source file I used or commands for plotting maps and points? If not, sorry for the bother... Thanks, Jeff. Jeff D. Hamann Hamann, Donald & Associates, Inc. PO Box 1421 Corvallis, Oregon USA 97339-1421 Bus. 541-753-7333 Cell. 541-740-5988 jeff_hamann
2002 Mar 27
1
non-decreasing smoother
...trol" issue: I have hundreds of time series on the order of a couple of hundred's observations each, and I expect to replicate this smoothing process for each series separately. Thanks in advance claudia ------------------------------------------------------------------------- claudia tebaldi NCAR RAP project scientist P.O. Box 3000 (303) 497-2830 Boulder, CO 80307 -------------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2011 Jan 19
2
spacing of color key in filled.contour
Hi all I'm plotting colored contour maps using filled.contour. My levels are very unevenly spaced, with, say, high resolution in the small numbers but ranges that can be an order of magnitude or two larger in absolute value compared to where the action takes place. Aside from transforming the data, is there a way to control the color spacing in the key to the right of the map? Right now I
2003 Aug 21
1
Asterisk and RTP flow
Hi all, i' using asterisk with chan_oh323 to test the SIP/H.323 interoperability. All working well... Now i would like to know if is it possible that * doesn't control the RTP traffic. I would tht the end point control the RTP flow... Any idea, is it possible??? Thanks Marco
2009 Sep 04
1
predicting from segmented regression
...(30,60)), control=seg.control(display=FALSE)) Now I would like to create a new set of values between 0 and 100 and predict the value of the piecewise linear function at those. Would you please help me figuring out how I would do that? Thank you so much in advance claudia -- Claudia Tebaldi Research Scientist, Climate Central http://www.climatecentral.org & Adjunct Professor Department of Statistics - UBC Vancouver office 604 822 3595 (Canadian area code) cell 303 775 5365 (US area code)
2002 Jan 04
3
sorting data frame
Greetings, I hope this isn't obvious but I've read through the FAQ and the various other R/S books I have and I cannot, for the life of me, figure out how to sort a data frame by a specific variable. Suppose I have a four variable data.frame x and the variables are var1, var2, var3, var4. I want to sort on say var3 simply for display purposes. How can this be accomplished? Thanks