Displaying 20 results from an estimated 100 matches similar to: "How to shift the heat map"
2011 Jun 09
0
(no subject)
> #
>> # Generate the figures (on screen)
>> #
>> # Image generation - function definition
>> pic_onscr<-function(matrix, title, cex_val=1)
> + {x11() + par(mgp=c(5,2,0), # axis margins + # (title,
> labels, line) + mar=c(7,4,4,2), # plot margins (b,l,t,r) +
> las=1) # horizontal labels + plot(matrix, # data to plot +
>
2011 Jun 09
1
what is the mistake?? the coding still not function. no result display
# lda.r
> #
> # Author: Amsha Nahid, Jairus Bowne, Gerard Murray
> # Purpose: Perform Linear Discriminant Analysis (LDA)
> #
> # Input: Data matrix as specified in Data-matrix-format.pdf
> # Output: LDA plot
> #
> # Notes: Missing values (if any) are replaced by the half of the lowest
> # value in the entire data matrix.
>
2011 Jun 21
1
(no subject)
hello,
i already include the error in blue color word.
i hope it can help you to understand my question.
if not burden you, please give me a guide how to correct the error or maybe you
can correct the coding cause error.
thank you.
> # lda.r
> #
> # Author: Amsha Nahid, Jairus Bowne, Gerard Murray
> # Purpose: Perform Linear Discriminant Analysis (LDA)
> #
> #
2006 Feb 12
1
help on dial plan
The following is my dialplan for outgoing international call. What I want are:
- when people dial 9011604xxxxxxx , 9011605xxxxxxx, 90114411xxxxxxx,
90114421xxxxxxx, use voipstunt to dial out
- otherwise, use my pstn to dial out.
What I've found is when i dial 9011604xxxxxxx , 9011605xxxxxxx,
90114411xxxxxxx, 90114421xxxxxxx, it always use the pstn to dial out.
Anything wrong with my dial
2011 Jun 20
2
(no subject)
HELLO, anybody... could you help me to check the below coding for volcano.
what is the mistake?
what the plot could not display?
# volcano_plot.r
#
# Author: Amsha Nahid, Jairus Bowne, Gerard Murray
# Purpose: Produces a volcano plot
#
# Input: Data matrix as specified in Data-matrix-format.pdf
# Output: Plots log2(fold change) vs log10(t-test P-value)
#
#
2007 Sep 25
1
Thermal/Heat
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list
Can you please say me what this output exactly mean? Anything in
relation to fans/cooling? What does "active" and "ok" mean? Which values
are healthy?
# acpi -tBSc
Thermal 1: active[3], 50.0 degrees C
Thermal 2: ok, 47.0 degrees C
Thermal 3: ok, 45.0 degrees C
Thermal 4: ok, 28.0 degrees C
Thermal
2010 Jul 23
0
specify heat.colors
Hi,
I use heatmap.2 and heat.colors. Is it possible to specify the colors in
that way that
all values below, for instance, 1.5 should be coloured red, values between
1.5 and 1.7 green
and above 1.7 black?
Many thanks
--
View this message in context: http://r.789695.n4.nabble.com/specify-heat-colors-tp2300139p2300139.html
Sent from the R help mailing list archive at Nabble.com.
2012 Feb 19
1
World Heat/Rainbow Map
Dear All,
I would like to do the following: make a plot of the world and color a few selected states.
Some states have an associated scalar (i.e a simple number) and I would like to paint them using a heat map and show legend for the color map in the plot. One or two states do not have any number associated to them and are simply colored/filled according to a distinctive pattern that I choose.
To
2005 Feb 07
0
IAXy Heat? Aluminum case anyone?
Anyone notice that their IAXy gets quite warm when you're on a call, a
little warm on idle? How warm does it get when say two or three
people are on two or three phones on a call?
Anyone thought of making an aluminum case for it?
2006 Feb 09
0
Color key in Heat map
Hi all,
I am trying to produce a heatmap to display clustering of similar rows in
the data given below. For each given row, different colors are used to
represent the corresponding column value. I want to display the values of
the colors in the form of a color key added to the heatmap. Is there anyway
of doing this?
> z[1:10,1:6]
[,1] [,2] [,3] [,4] [,5] [,6]
[1,]
2006 Feb 10
0
Heat Map
Hello all,
I am trying to cluster similar rows of a data matrix together using
hierarchical clustering and display the results in the form of a heat map.
In a Heat map, is it possible to get the order in which the rows will be
clustered , starting with the first rows joined into a group and then
followed by other groups added. I thought i could extract the order by using
$rowInd, but looks like
2006 Apr 13
1
assigning 'heat.colors' according to ages in 'symbols()'
Hi,
I have spatial data for plants that I would like to plot according to its radius
using sysmbols(). Also I would like to color the circles according to an
individual's age using heat.colors(17) [ages within the whole data set range
from 0:16].
I have not found an easy way to assign ages (=a) a specific heat.color.
Any suggestions?
Thanks, Patrick
x <- c(1,3,4,6,7,3,2,8,3,6,5,5)
y
2008 May 08
0
Heat map on large sample size
Hey,
I'm trying to generate a heat map of 30,000 fragments from probably 5-10
samples. Windows complains about memory shortage. Should I resort to Unix
system?
Also, if I only plot 1000 fragments out, they can finish it rather fast.
5000 would take more than 10 minutes. I don't know what to expect for
30,000...
And on the side note, it seems like R only uses up to 50% of CPU while doing
2008 Nov 25
2
Heat Maps
Dear List,
Does there exist a function that produces a heat map like this one
(image 3 of 4):
http://www.tdameritrade.com/tradingtools/options360.html?a=HDY&referrer=http%3A%2F%2Fquery.nytimes.com%2Fsearch%2Fsitesearch%3Fquery%3Dheatmaptype%3Dnyt
In addition to colors, two other main features I am intersted in are:
1. Proportionality in the size of the grid.
2. Mose-over capability.
I may
2011 Apr 13
0
Clustering help in Heat Maps
Dear Experts,
I am using the below script to generate the heat map of gene expression
data. I am using Hierarchical Clustering (hclust) for clustering. Now I want
to compare different clustering parameters such as *K-means* clustering, Model
Based Clustering,
I have two queries:
1. How to incorporate different clustering method in the same code?
2. Is this possible to implement pvclust in the
2011 Nov 28
2
heat map - how to import a graphic?
If I want to create a heat map where I have a graphic of a US State with county borders, how do I import and work with the graphic image?
The reason I would like to use R is so I can then define color parameters and quickly produce heat maps that correspond to various data in dataframes.
Thanks.
Alison
[[alternative HTML version deleted]]
2012 Mar 28
1
What are the color's name in heat.color(5)
Hi all,
I'm trying to using heat.color function in my data visualization. So, when
I set col = heat.color(5), five different colors are displayed from red to
weak yellow.
But, now I want to know the color's keys or the names of the displayed
heat.color. For instance, I think one of the five displayed colors seems to
be 'red'. But, I'm not sure whether it is, also I don't
2012 May 21
1
simple, unidimensional heat map
I was wondering if someone could point in the direction of a package
that could generate not heatmaps, but something like a unidimensional
heat map.
I might be mistaken, but it seems like image and heatmap are an
overkill for such a simple task.
For example, if I have a data frame:
x<-data.frame(myname=paste("value",1:10,sep=""),a=1:10,b=sample(1:10,10,replace=T))
I'd
2012 Jul 02
2
Heat Maps
Hello Everyone I am new to R
I have drawn indifference curves using the program below (Contour Plot)
u <- function(x, y) x^0.5 + y^0.5
x <- seq(0, 1000, by=1)
y <- seq(0, 1000, by=1)
a <- c(10, 20, 30)
contour(x, y, outer(x, y, u),levels=a,col="blue")
Now can any body please tell me how to draw Heat maps
and that too on the same indifference curve plot (contour)
2012 Apr 01
1
extend data frame for plotting heat map in ggplot2
Hi all!
I want to generate a heat map from an all-vs-all comparison. I have the
data, already scaled to 0-1. However, I have the values only for the
comparisons in one way, and not for the comparisons between the same
group (which are always 1), i.e. I have half the matrix and am missing
the other half and the diagonal.
What is a good way to get it into a form that ggplot2 can use for the