Displaying 6 results from an estimated 6 matches similar to: "Modern FireFox on CentOS 7"
2004 Jun 03
1
Problem with par("usr")
Hi,
I'm trying to use the "usr" argument but I see no effect of this option
on my plots. For example:
> par(usr=c(0,4,0,4))
> plot(1,1)
This plots one point fine, but the coordinates of the plotting region
are not those that I specified using par()...
I can check this with
> par("usr")
[1] 0.568 1.432 0.568 1.432
What can I change in order to have this
2003 Nov 26
1
Spearman correlation and missing observations
Hi,
I am using R 1.8.1 on WinXP. I encounter a problem when trying to
compute a Spearman correlation under certain conditions (at least I
think there is a problem, but maybe this is the normal behavior).
> X<-array(0,c(20,2))
>
> X[,1]<-c(runif(10),rep(NA,10))
> X[,2]<-c(runif(10),rep(NA,10))
>
> Y<-X[1:10,]
>
>
2010 Jul 20
1
blank pdf output when called in a loop
Hi,
I'm hitting a strange problem where pdf plots that I'm trying to make
are blank, only when produced from within a loop. The pdf contains 0 page.
I've narrowed the problem to this minimal script that invariably
produces an empty pdf with my setup:
pdf("/local/scratch/1.pdf", width=8, height=8)
for (k in 1) {
wireframe(volcano)
}
dev.off()
The odd thing is that
2004 Jun 07
3
Aggregate rows to see the number of occurences
Hi,
I have a set of data like the following:
[,1] [,2]
[1,] 10 2
[2,] 7 0
[3,] 1 0
[4,] 1 0
[5,] 15 0
[6,] 17 4
[7,] 4 0
[8,] 19 8
[9,] 10 2
[10,] 19 5
I'd like to aggregate it in order to obtain the frequency (the number of
occurences) for each couple of values (e.g.: (10,2) appears twice, (7,0)
appears once). Something cool
2014 May 29
1
[PATCH 2/4] nvc0/ir: Handle reverse subop for OP_EXTBF when folding constant expressions
Tested with:
MESA_EXTENSION_OVERRIDE=GL_ARB_gpu_shader5 ./shader_runner
../tests/spec/arb_gpu_shader5/execution/built-in-functions/fs-bitfieldReverse.shader_test
-> green output, so this should be ok
the test was not change though...
On 29.05.2014 21:47, Ilia Mirkin wrote:
> Can you verify that you tested how the HW handles this, as well as
> exactly how you did it (i.e. how did you
2017 May 31
4
Retrieving mail from read-only mdbox
This is a 'has anyone run into this and solved it' post. And yes, I've been
reading and re-reading TFM but without luck. The background is that I'm
working on tooling before we start a mass maildir->mdbox conversion. One of
those tools is recovering mail from backups (easy as pie with maildir).
We've got all of our email on Netapp file servers. They have nice
snapshotting