Displaying 20 results from an estimated 55 matches for "geobot".
2001 Sep 27
1
list of all objects - just being curious
...?
I've also tried a for() loop ("for (I in search()) print(objects(I))") with
the same error message. Again, "for (I in 1:length(search()))
print(objects(I))" works all right.
What am I misunderstanding?
Kaspar Pflugshaupt
(R 1.3.1 on MacOS 9.2)
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing l...
2000 Jun 22
1
R 1.1 congrat; undocumented behaviour of recordPlot
...etc., thus building up the final graph in several steps.
So it would be nice if either recordPlot could "update" a saved plot with
new additions or if replayPlot could reproduce additions on another plot.
Just a suggestion (I hope I made myself clear).
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing l...
2002 Apr 04
1
html documentation bug in: help(par), 'las'
..._
platform powerpc-apple-darwin5.3
arch powerpc
os darwin5.3
system powerpc, darwin5.3
status
major 1
minor 4.1
year 2002
month 01
day 30
language R
Kaspar Pflugshaupt
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing l...
2001 Mar 22
2
newbie questions: accessing functions globally
How can I access a function created in one data directory in another? I
have been sourcing the text file that contains the function each time I go
to another data dir. This is cumbersome, and I suspect there is a way to
make functions global.
Thanks in advance,
S. David White
Dept of Speech and Hearing Science
Ohio State University
Columbus, Ohio
2001 Mar 21
5
generate random number
Hi,
I want to pick 3 "integer" random numbers from 1 to
10. How to do this?
Thanks,
Yu-Ling Wu
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2001 Dec 19
2
How to create a data.frame "like" another, but longer?
...to manually do mydata2 <- maydata, then repeat
mydata2 <- rbind(mydata2, mydata2) until mydata2 is long enough, then cut to
desired length and overwrite with new data. Not exactly elegant...
Is there a R function or some handy trick to achieve this?
Cheers
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing l...
2000 Jun 22
0
Re: [R] R 1.1 congrat; undocumented behaviour of recordPlot (PR#578)
I think this is pretty certainly a bug, so I'm cc'ing this to r-bugs.
-p
Kaspar Pflugshaupt <pflugshaupt@geobot.umnw.ethz.ch> writes:
> Hello,
>
> first, I'd like to congratulate the core team to the new R version 1.1. I
> think it's a great update, with glimpses into an even greater future
> (tcltk!).
>
> While playing around with the new functions (on Win 95), I found the...
2001 Nov 09
0
eqscplot() in library MASS: fails when given only one point (PR#1164)
This is not a bug. There is no way one can scale the plot axes equally
when no indication has been given of the scaling expected for either!
It has always seemd to be that plot(x=1, y=1) shoul dnot work: it
has not supplied enough information!
On Thu, 8 Nov 2001 pflugshaupt@geobot.umnw.ethz.ch wrote:
> I found the following in eqscplot, library MASS:
>
>
> When given just one point, it fails:
>
> > eqscplot(x=1, y=1)
> Error in plot.window(xlim, ylim, log, asp, ...) :
> need finite xlim values
>
> After inserting browser() just before th...
2000 May 09
1
Type III Sums of Squares?
...ot;Mean Sq" <- s[[1]]$"Sum Sq"/s[[1]]$Df
s[[1]]$"F value"[1:(n - 1)] <- d$F[2:n]
s[[1]]$"Pr(>F)"[1:(n - 1)] <- d$Pr[2:n]
names(s[[1]])[names(s[[1]]) == "Sum Sq"] <- "Sum Sq (Type III)"
s
}
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt@geobot.umnw.ethz.ch
privat:pflugshaupt@mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -...
2002 Jan 31
1
MacOS X: Packages KernSmooth and cluster won't compile
...#39;s there at /sw/lib/libf2c.a.
Is this a linking path problem, and how can I check? I had assumed that
/sw/lib/ should be visible to the linker, since it's fink's standard lib
directory and I've compiled many packages with fink.
Thanks for any hint
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing l...
2001 Feb 22
4
Setting elements in data frame
Hi all,
I have a problem which I am biting my teeth into unsuccessfully:
(x <- data.frame(S1=c("a","b","d","F"),N1=c(2,4,6,9),N2=c(6,NA,0,6)))
S1 N1 N2
1 a 2 6
2 b 4 NA
3 d 6 0
4 F 9 6
> is.na(x)
S1 N1 N2
1 FALSE FALSE FALSE
2 FALSE FALSE TRUE
3 FALSE FALSE FALSE
4 FALSE FALSE FALSE
No I want to be able to do:
1) Setting
2000 Jun 23
1
Re: undocumented behaviour of recordPlot (PR#578)
On Thu, Jun 22, 2000 at 05:01:32PM +0200, p.dalgaard@biostat.ku.dk wrote:
> I think this is pretty certainly a bug, so I'm cc'ing this to r-bugs.
>
> -p
>
> Kaspar Pflugshaupt <pflugshaupt@geobot.umnw.ethz.ch> writes:
> > As the documentation states, when I generate a plot and save it with
> > recordPlot, I can regenerate it by printing the variable:
> >
> > > plot(1:10)
> > > abline(h=5)
> > > abline(v=5)
> > > t.plot<-recordPlot...
2000 Jun 23
1
Re: undocumented behaviour of recordPlot (PR#578)
On Thu, Jun 22, 2000 at 05:01:32PM +0200, p.dalgaard@biostat.ku.dk wrote:
> I think this is pretty certainly a bug, so I'm cc'ing this to r-bugs.
>
> -p
>
> Kaspar Pflugshaupt <pflugshaupt@geobot.umnw.ethz.ch> writes:
> > As the documentation states, when I generate a plot and save it with
> > recordPlot, I can regenerate it by printing the variable:
> >
> > > plot(1:10)
> > > abline(h=5)
> > > abline(v=5)
> > > t.plot<-recordPlot...
2001 Feb 27
4
Post hoc tests
This is only partly an R question, but this seems a good place to ask.
Like many, if not most, statistics programs, R has no post hoc tests
for Kruskal Wallis or Friedman, and as far as I can make out they are
not available in any of the R packages. I would be grateful if someone
could point me in the right direction if I am wrong.
As I said this is not uncommon. Parametric Anova procedures
2000 Feb 22
0
Inverse prediction with R?
...bit too terse for me.
Can I use the predict.lm function for my problem, or would I have to
implement the real thing myself? I've got a formula (from Zar,
Biostatistical Analysis), but it would take me some time and work.
Thanks (and I hope I made myself clear)
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing l...
2000 Feb 22
1
Follow-up: Inverse prediction with R?
...on the core samples
I've got (N?40), which are accurate, and the inversely "predict core
samples" for the rest of my trees (N?300).
Maybe there is another way to do what I intend, but at the moment I've no
clue. I'm grateful for any hint.
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing l...
2000 Feb 22
0
Another (last?) follow-up: Inverse Prediction with R
...st, I realised that I stated my
problem incorrectly: my x values are not _fixed_, as I wrote (I did not set
them). They just have no errors to them, but, apart from that, are random.
I think I shall be reading up on calibration next. Many thanks for the
references!
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing l...
2000 Feb 25
0
Summary: Partial correlation coefficients in R. Thanks everybody!
...c) <- colnames(x)
if (test) {
t.df <- ndata - nvar
t <- pcc/sqrt((1 - pcc^2)/t.df)
pcc <- list(coefs = pcc, significant = t > qt(1 - (p/2),
df = t.df))
}
return(pcc)
}
Thanks to everybody for your help!
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing l...
2000 Jun 20
0
Pairwise comparisons/contrasts from a coxph model?
....68000
TreatmentT3 0.205 1.227 0.247 0.829 0.41000
TreatmentT4 -0.303 0.739 0.256 -1.184 0.24000
TreatmentT5 -1.066 0.344 0.306 -3.485 0.00049
TreatmentT6 -0.733 0.480 0.281 -2.611 0.00900
Likelihood ratio test=30 on 6 df, p=3.89e-05 n= 210
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing l...
2000 Jul 25
1
library dll's dont load
Hi R experts, Can somebody suggest what can be wrong?
PIII with 128 Mb RAM Using R 1.1 in Win98, the latest version
downloaded yesterday. I run update.packages so 'survival', ' mass',
and 'nlme' are the latest versions in CRAN
> library(survival)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library