Hi, people.
xy.coords() does not behave like its documentation says, when given some
matrices. ?xy.coords says:
If 'y' is 'NULL' and 'x' is a [...] formula [...] list [...]
time series [...] matrix with two columns [...]
In any other case, the 'x' argument is coerced to a vector
>in the comments at the beginning of the first example,
> line 6: "and the women's guess" should be "and the woman's guess"
>
>Ben Bolker
sorry I forgot to say: this and the previous comment
apply to 2.3.1 (on Windows, although that should be
irrelevant) ...
__
On 6/3/2006 8:52 PM, Ben Bolker wrote:
>head() doesn't do anything particularly
> useful for tables ...
>
>For example:
>
> z <- sample(1:20,size=1000,replace=TRUE)
> z2 <- sample(1:20,size=1000,replace=TRUE)
> t1 <- table(z,z2)
> head(t1)
>
> as.matrix() doesn't help ...
> head(as.mat
in the comments at the beginning of the first example,
line 6: "and the women's guess" should be "and the woman's guess"
Ben Bolker
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
head() doesn't do anything particularly
useful for tables ...
For example:
z <- sample(1:20,size=1000,replace=TRUE)
z2 <- sample(1:20,size=1000,replace=TRUE)
t1 <- table(z,z2)
head(t1)
as.matrix() doesn't help ...
head(as.matrix(t1))
this does ...
class(t1) <- "matrix"
so does
Andrew,
Why are you calling plot.new()?
Peter Ehlers
[EMAIL PROTECTED] wrote:
> Full_Name: Andrew Hooker
> Version: 2.3.1
> OS: windows xp sp2
> Submission from: (NULL) (83.253.8.162)
>
>
> Hi,
>
> I think there is a bug in the windows graph history procedure, here is what
> happens:
>
> 1.
--qzsoft_directmail_seperator
Content-Type: text/plain;
charset="DEFAULT"
Content-Transfer-Encoding: base64
IAogCgpFdXJvbWlsbGlvbiBMb3RlcmlhIEVzcGHxb2wKUGFzZW8gRGUgTGEgQ2FzdGVsbGFuYSAx
NS04OSwgMjgwMDggTWFkcmlkLiAKU3BhaW4uIEJyYW5jaCBPZmZpY2UuClJlZi4gTro6IEVTLzYw
Ny8wNS80NC9NQUQuIApCYXRjaC4g
Hi,
Again, sorry for the length of this post. Once I get my new office I
will get a website set up on my work machine and will simply post a
link to the log since I doubt many people are truly interested in
these logs.
To further analyze what is happening, I added my own routine in
main.
Full_Name: Andrew Hooker
Version: 2.3.1
OS: windows xp sp2
Submission from: (NULL) (83.253.8.162)
Hi,
I think there is a bug in the windows graph history procedure, here is what
happens:
1. open R
2. 'library(lattice)'
3. 'xyplot(0~0)'
4. Turn on recording in the graphical window
5. Add plot to
> "RMH" == Richard M Heiberger <[EMAIL PROTECTED]>
> on Sat, 3 Jun 2006 01:31:48 +0200 (CEST) writes:
RMH> # R for Windows will not send your bug report
RMH> automatically. # Please copy the bug report (after
RMH> finishing it) to # your favorite email program and send
10 matches
Mail list logo