Displaying 20 results from an estimated 200 matches similar to: "rotate plot"
2003 Jun 16
1
grid background color
Dear all,
I am trying to run cloud function in lattice library under r-1.7, and I wlways get gray background. I've tried to chang it by set "...par.box=list(col="white")"
or by gpar(background="white") but no result.
How do i do it?
Thanks in advance,
Ron
2003 Jul 13
1
bootstrap for hclust
dear group members,
I am looking for a function that assess the stability of cluster. The result of hclust function is an hclust object which can be plot as a dendrogram. However to have confidence in the tree topology usualy bootstap is applied. I understand that I can apply bootstarp on the original data and then run hclust(dist() ) as much as I resampled but how to comapre the topologies the I
2005 Sep 27
3
Dummy quesion about environment
Hi,
I'm trying to understand environment object in R.
I used the example:
f <- function(x) {
y <- 10
g <- function(x) x + y
return(g)
}
h <- f()
h(3)
then i saw that f return an environment
> h
function(x) x + y
<environment: 01B28570>
but I coudn't access to x and y object in that environment:
I tried
2005 Nov 10
7
different functions on different vector subsets
Hi,
I am trying to apply two different functions on on a vector as follow:
a<-c(NA,1,2,3,-3,-4,-6)
if a>0 I would like to raise it by the power of 2: 2^a and if the a<0 I
would like to have the inverse value, i.e., -1/2^a.
so I thought of doing it two steps:
a[a>0]<-2^[a>0]
a[a<0]<-(-1)/2^a[a<0]
I got the following error
Error: NAs are not allowed in subscripted
2003 Feb 08
1
mirroring R
Dear supporter,
Can you tell me please how can I mirroring R at our site? One of the reasons I would like to do this is the fact that it is impossible to update R behind our firewalls.
Thank in advance
Ron Ophir, Ph.D.
Bioinformatician,
Biological Services
Weizmann Institute of Science
POB 26
Rehovot 76100
Israel
e-mail: Ron.Ophir at weizmann.ac.il
Phone: 972-8-9342614
Fax:972-8-9344113
2000 Mar 27
1
Installing R on Solaris
Hi,
I've been trying to install R on Solaris, I've been following the
instruction for configuring & compiling R (I have gcc and f77
installed)- but I get Error messages. I'd appreciate it if you could
look at the output, (pasted below) and give me some advice on what to
do. I've attached the R install 'readme'.
Thanks, a quick reply would be greatly appreciated,
2003 Jan 26
1
R2HTML
Dear group members,
I am trying to install R2HTML on PC, but keep getting the following error message:
Error in testRversion(descfile) : This package has not been installed properly
See the Note in ?library
Can any help me with this?
thanks in advance,
Ron
[[alternate HTML version deleted]]
1998 Apr 23
8
Login problem
Hi ,
I have a problem with NT 4.0 workstation with service pack 3
cant able to login to hp system. From FAQ what i understood is to modify
the registry but even after modifying i couldn't able to login from NT
4.0 workstation. Can anybody can able to help me in this matter.
Thx
Ramesh
--
___________________________
Ramesh Ragineni
Ilog (s) Pte Ltd
Systems Engineer
2000 Apr 05
0
My first R program
Hi,
Sorry to bother you guys with this syntax problem, this is my first R
program, and I seem to not have grasped something right. I keep getting
an error message from 'parse' on the line with the *** :
pValCalculator(b, n=20, m=20)
{
ind <- 1:min(c(n,m))
prob <- (1-pnorm(b,sd=std*sqrt(ind)))
prob1 <- sum((n-ind+1)*(m-ind+1)*prob)
prob1
}
inputData <-
2000 Apr 05
2
My first R-program
Sorry, I pasted the wrong file in earlier... this is the correct one:
pValCalculator(b, n=20, m=20)
{
ind <- 1:min(c(n,m))
prob <- (1-pnorm(b,sd=std*sqrt(ind)))
prob1 <- sum((n-ind+1)*(m-ind+1)*prob)
prob1
}
inputData <-
scan("/users/lvssso/projects/LAMA/output/pValLamaScore.tmp", list(block1
= "",block2 = "",width1 = 0,width2 = 0,alignment = 0,score
2000 Apr 05
1
Working with R batch
Hi all,
I'm trying to invoke R from a perl program, using R BATCH. My original
R program wrote an output to a file and plotted a graph. I'm having
problems with the following three things:
1) To get the output file name form the perl program I wrote the
following, in my R program:
commandArguments <- commandArgs();
outputFile <- commandArguments[length(commandArguments)];
This
1995 May 30
1
Announcing FreeBSD 2.0.5 ALPHA!
It gives me great pleasure to announce the release of FreeBSD 2.0.5-ALPHA!
2.0.5A represents a significant improvement over FreeBSD 2.0R and is our
release-candidate for 2.0.5R later on this week. We're doing a short ALPHA
release in order to shake out any glaring bugs before rolling 2.0.5R and
moving on to 2.1R, which is the bigger goal. If you're looking for 2.1R,
then THIS ISN'T
2008 Apr 30
0
rotate option: "Zoom only on mouse rotate".
Hi.
Some time ago a working patch adding this functionality was available (http://gitweb.compiz-fusion.org/?p=users/3v1n0/compiz-patches;a=summary). It is incompatible with current (git) version of compiz. Are there any chances for adding this option to rotate plugin ? Why wasn't it added before, like in case of "Transparency only on Mouse Rotate" in cube plugin ?
Cheers.
Artur
2006 May 19
1
RE: Re: Content Rotate, unwanted flashing on Firefox
Not to sound super lazy, but I am at work...do you think you could put up an example/demo?
-Andrew Martinez
-----Original Message-----
From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Eric Anderson
Sent: Friday, May 19, 2006 4:56 PM
To:
2006 May 19
1
RE: Re: Content Rotate, unwanted flashing on Firefox
Never mind........it looks fine for me in Windows 2000 FireFox 1.5.0.3
-Andrew Martinez
-----Original Message-----
From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Martinez, Andrew
Sent: Friday, May 19, 2006 5:01 PM
To:
2007 Apr 18
1
[PATCH 5/14] i386 / Use early clobber to eliminate rotate in desc
Use an early clobber on addr to avoid the extra rorl instruction at the
end of _set_tssldt_desc.
Also, get some C type checking on the descriptor struct here.
Patch-base: 2.6.13-rc5-mm1
Patch-keys: i386 desc cleanup optimize
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.13/include/asm-i386/desc.h
===================================================================
---
2005 May 24
1
rotate pie chart
hey,
about two weeks ago i posted a question concerning the display of two
piecharts on one plot. after now being able to do so, i need to rotate
them. the first piece of my pie is suppose to start at 0?? but at 90??. i
tried several things, all failing in the end. anyone out there who has
an idea?
Lars
2011 Apr 18
0
heatmap.2 - change column & row locations; angle / rotate
Hi Chakravarthy,
[dont forget to Cc the list for useRs with the same Q.]
If you're trying to reuduce the isze of your row or column labels, i
think the following arguments of heatmap.2 {gplots} is what you want to
adjust- 'cexCol' and 'cexRow'.
Specifically on my question that you ask about, i found the BioC forum
helpful:
2011 Aug 17
0
How to rotate a contour?
Hello!
I have a contour and I need *to rotate* it 180 degrees counterclockwise and
180 degrees around the x-axis.
This is a code. I get all the values from the ncdf file:
A = get.var.ncdf(nc, "air", start=c(1,1,1,1), count=c(144,73,1,1))
contour(A)
Thank you!
--
View this message in context: http://r.789695.n4.nabble.com/How-to-rotate-a-contour-tp3750710p3750710.html
Sent from the R
2002 Jul 23
0
rotate a dendrogram
Dear all,
Does anyone know how to rotate a dendengram? My purpose is
to put a dendrogram on top of an image plot and then put a
rotated dendrogram on the left hand side (LHS) of the image plot.
The image plot represents a matrix and each node of the top
(LHS) dendrogram will correspond to each column (row) of matrix.
Thanks,
Ming-Chung Li