similar to: assigning 'heat.colors' according to ages in 'symbols()'

Displaying 20 results from an estimated 600 matches similar to: "assigning 'heat.colors' according to ages in 'symbols()'"

2005 Dec 16
2
dendrogram branches with different lty
Dear r-list, I am trying to visually seperate the two main clusters of a dendrogram. The idea is to use: 'edgePar=list(lty=3)' for 'dend1[[1]]' and 'edgePar=list(lty=1)' for 'dend1[[2]]' I have not found a way to solve this. Any suggestions? Patrick hc <- hclust(dist(USArrests), "ave") (dend1 <- as.dendrogram(hc)) par(mfrow=c(2,2)) plot(dend1)
2005 Dec 09
3
retrieving p-values in lm
Dear list, I want to retrieve the p-value of a two-polynomial regression. For a one-polynomial lm I can easily do this with: summary(lm(b~a, data=c)[[4]][[8]]. But how do I find the final p-value in the two-polynomial regression? Under $coefficients I don't find it Any suggestions? Patrick alt <-(2260,2183,2189,1930,2435, 2000,2100,2050,2020,2470, 1700,2310,2090,1560,2060,
2006 Oct 06
2
Fitting a cumulative gaussian
Dear R-Experts, I was wondering how to fit a cumulative gaussian to a set of empirical data using R. On the R website as well as in the mail archives, I found a lot of help on how to fit a normal density function to empirical data, but unfortunately no advice on how to obtain reasonable estimates of m and sd for a gaussian ogive function. Specifically, I have data from a psychometric function
2008 Jan 07
4
is there something like or() ?
hi, this may be trivial, but we can't seem to find anything adequate, (although there is a work around with match() ). We are looking for something along the lines of plot(table1[table1$var2==or("a","b","c","d"),"var1"]) would be handy, with the potential or() function leading to what plot(table1[table1$var2=="a" |
2006 Jun 14
4
write data from function into external table
Dear list, My apologies if a solution / explanation to this already exists on the list, but it is difficult to assign it to a certain keyword. test<-c(1:3) testfct <- function(x) {test[1]<-100} test [1] 1 2 3 testfct(1) [1] 1 2 3 Basically, I would like to write data into an external table that the function does not know. Why is this not working / what alternatives exist? Thanks,
2005 Jul 28
1
stl()
Hello, anyone got an idea on how to use stl() so that the remainder eventually becomes white noise? i used stl repeatedly but there is autocorrelation in the remainder that i can't get rid of. os: linux suse9.3 ------------------------------------------------ Sebastian Leuzinger Institute of Botany, University of Basel Sch??nbeinstr. 6 CH-4056 Basel ph 0041 (0) 61 2673511 fax 0041 (0)
2005 Dec 13
2
interruption when pasting code into R under linux
hello, has anyone come across the following rather mysterious problem: when pasting large bits of code (100 and more lines) into the R console with the central mouse button (under linux), only part of the code is pasted, and the text interrupts somewhere arbitrarily. It does not happen when smaller bits are pasted subsequently. I use linux suse 9.3 with the latest version of R
2008 Dec 13
1
samba 3.2.6 openSUSE binaries
I have noticed a big difference in the file size for two of the openSUSE binaries: 10.3 <http://download.opensuse.org/repositories/network:/samba:/STABLE/openSUSE_10.3/i586/samba-client-3.2.6-3.1.i586.rpm>samba-client-3.2.6-3.1.i586.rpm 13-Dec-2008 01:34 46M 11.0http://download.opensuse.org/repositories/network:/samba:/STABLE/openSUSE_11.0/i586/
2014 Nov 03
0
nut & SNMP: official IANA Enterprise-ID
Hello, I am in the process of enhancing the work of Luiz Angelo Daros de Luca (https://github.com/luizluca/nut-snmpagent). For that matter, nut needs an official IANA enterprise-ID. Currently Luiz is using the enterprise-ID from his employer, which is obviously not a good idea. Does anybody mind if I apply for a ent.-ID for myself and assign nut a sub-ID from my ID given by IANA? Any better
2003 Jun 19
2
Grouping binary data
Dear all, I'm analyzing a binary outcome using glm() with a binomial distribution and a logit link, and have now reached the point where I'd like to do some model checking. Since my data are in binary form I'd like to collapse over the cross-classification of the factors before the model checking. Are there any nice and simple ways doing this? If so, how? If not, I'd be
2006 Aug 10
1
installing rimage
dear list while installing the package rimage, i get the error message checking jpeglib.h usability... no checking jpeglib.h presence... no checking for jpeglib.h... no configure: error: Sorry, can't find jpeglib header ERROR: configuration failed for package 'rimage' although i have installed jpeglib as required. does R not find this library? but why did it find the fftw library
2005 Dec 01
4
suppress tick labels
hello, is R able to suppress tick labels (not tick marks)? i know there is a way around this with axes=F and then draw new axes, but it would be easier to suppress them in the first place. -- ------------------------------------------------ Sebastian Leuzinger Institute of Botany, University of Basel Sch??nbeinstr. 6 CH-4056 Basel ph 0041 (0) 61 2673511 fax 0041 (0) 61 2673504 email
2006 Aug 07
2
Call for examples
He folks- First off thanks to everyone for helping to make this plugin work better for all of us. Its nice to have a bunch of people testing and adding features. I would like to ask for people to post some examples workers. I would really like to get a few more workers to distribute with the plugin. Especially ones that a lot of people seem to need like Email workers. So if you are
2008 Dec 28
1
how to get degree according to the name of the node?
Hi all, I have two networks for the same group of the users. I want to compare individual's degree in different networks. But how could I get the degrere of the nodes according to its name? When I use degree(g1), I could only get a vector of the degree of each node. But when I turn to g2, I don't know whose degree it is so I can't match it with the degree(g2). Now I'm trying to
2008 Aug 21
5
psychometric functions
Hi, I want to fit some psychophysical data with cumulative gaussians. There is quite a convenient toolbox for matlab called 'psignifit' (formerly known as 'psychofit'). It allows the lower bound of the sigmoid to vary slightly from zero, aswell as the upper bound to vary from one. with these two free parameters, the fitted function is less sensitive to noisy data and outliers.
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,]