Displaying 10 results from an estimated 10 matches for "paleo".
Did you mean:
pale
2012 Dec 15
2
troubles reading a text file
...ading a seemingly trouble-free text file. The data is temperature reconstruction arranged as a huge grid, preceded by seven "header lines" (which you see better if file is opened in Firefox or Chrome).
This is the data (gridded temperature reconstruction)
ftp://ftp.ncdc.noaa.gov/pub/data/paleo/historical/europe/casty2007/temp-mon.txt
And this is original data description:
ftp://ftp.ncdc.noaa.gov/pub/data/paleo/historical/europe/casty2007/readme-casty2007.txt
Basically, it is says "space-delimited ASCII format" there ...
I tried this:
Temperature<-read.table(FileName,skip =...
2011 May 24
1
how to eliminate first row in datafile created in do loop
...; for each time "i" increments 1 thru 12, to
represent the 12 months, but I can't figure out how to join the value of
i to the "lower" and "upper" variables. Close but no cigar here.
lower=0
upper=0
limit.list<-data.frame(lower,upper)
for(i in 1:12){
s=subset(paleo,month==i);
one.month=with(s, quantile(WBpaleo, c(.25, .75), na.rm=T));
limit.list<-rbind(limit.list,one.month)
}
limit.list
which gives me this:
> limit.list
lower upper
1 0.00000 0.00000
2 25.51786 29.68823
3 26.09828 30.92770
4 27.75703 33.04016
5 29.53395...
2001 Nov 16
0
[PATCH] Re: Kerberos support for portable
Thanks, Simon for the MIT Kerberos5 patches.
FWIW, here are further patches which allow openssh-3.0p1 to work
with paleo-MIT Kerberos5 1.0.6, more or less (more with tickets
and less with the auth_krb5_password {get,verify}_init_creds stuff).
BTW, the patches I pulled out of the archive seemed to have some
line wrapping problems; I had to apply several chunks by hand.
I'm therefore including Simon's krb5 + a...
2002 Jul 15
1
R1.5.1 compilation ans install: 2 previous questions
I'm geting ready to compile and install R-1.5.1
(R-patched_2002-07-15.tar.gz) on Linux
(Suse 8.0, 2 AMD proc., ATLAS libs installed).
My current version is R.1.4.0
I'd like to get advice on two doubts:
1. Is it better that I remove my current /usr/lib/R directory?
2. Regarding ATLAS, the R-1.5.1 R-admin manual states :
"This is currently not supported. The problem is that SIGINT
2001 Nov 17
1
[PATCH] Re: Kerberos support for portable
> FWIW, here are further patches which allow openssh-3.0p1 to work
> with paleo-MIT Kerberos5 1.0.6, more or less (more with tickets
> and less with the auth_krb5_password {get,verify}_init_creds stuff).
Thanks for these. Unfortunately, your vrs patches seem to be based on
an earlier version of my patch than the one you're bundling. In particular,
your patch adds back...
2002 Jul 18
1
R INSTALL: problem related to LD_LIBRARY_PATH
Well, I've found that the line in INSTALL
that gives the problem is
gzip -dc "${1}" | (cd "${tmpdir}" && tar -xf -)
("tar: /usr/local/lib/libpthread.so.0: version `GLIBC_2.2' not found
(required by /lib/librt.so.1)")
If I run that command from the shell, i.e.,
gzip -dc KernSmooth_2.22-7.tar.gz | (cd /tmp/R.INSTALL.2186 && tar -xf -)
it runs
2002 Jul 17
2
Problems with make pdf (R-patched_2002-07-15.tar.gz)
After configure, make and make check on
a linux Suse 7.3 box, I run
make dvi and make info with no problems but get
a lot of garbage to my screen during make pdf.
Is this normal? Is there a bug in this part
of the installation?
This is part of what I get on the screen:
humboldt:/usr/local/R-patched # make pdf
make[1]: Entering directory `/usr/local/R-patched/doc'
make[2]: Entering
2007 Nov 23
0
R users in Cyprus
...at color2D.matplot in the plotrix package.
Jim
------------------------------
Message: 100
Date: Thu, 22 Nov 2007 11:28:58 +0100 (CET)
From: jgarcia at ija.csic.es
Subject: [R] manual parallel processing
To: r-help at r-project.org
Message-ID:
<43798.80.73.159.217.1195727338.squirrel at paleo.ija.csic.es>
Content-Type: text/plain;charset=iso-8859-1
Hi;
I have a R script that includes a call to genoud(); genoud process lasts
about 4 seconds, what would be OK if I hadn't have to call it about 2000
times. This yields about 2 hours of processing.
And I would like to use this script...
2002 Jul 17
0
Problem with R INSTALL
After a successful installation of R
> R.version
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status Patched
major 1
minor 5.1
I've started to install packages but I'm totally confused by the
following problem:
R INSTALL boot_1.2-8.tar.gz
and I get
tar: /usr/local/lib/libpthread.so.0: version `GLIBC_2.2' not found
2002 Jul 22
1
Problem with text() and pdf()
Hi!
I run a function in which I fit a linear
model, split the graphic window with
layout, plot the data and the linear fit to the left,
and the equation to the right using text() in this
way (probably there's a better way):
par(pty="m")
plot(c(0,1),c(0,1), type="n",axes=F,xlab="",ylab="")
text(0.25,0.5, paste("y =