similar to: Putting different colors on labels in plot (hclust)

Displaying 20 results from an estimated 100 matches similar to: "Putting different colors on labels in plot (hclust)"

2010 Feb 15
1
"EstimableS" in R
Hi I've just installed the R version 2.10.1 on my new PC and unfortunately I have problem to use the function Estimables. I have downloaded gmodels succesfully but have problems when I activate the package. I get following meassage; > utils:::menuInstallLocal() package 'gmodels' successfully unpacked and MD5 sums checked > local({pkg <-
2010 Jan 05
4
solving cubic/quartic equations non-iteratively
To R-helpers, R offers the polyroot function for solving mentioned equations iteratively. However, Dr Math and Mathworld (and other places) show in detail how to solve mentioned equations non-iteratively. Do implementations for R that are non-iterative and that solve mentioned equations exists? Regards, Mads Jeppe
2003 Apr 03
5
cdf function: inverse to quantile?
Is there a function in R for calculating empirical cumulative distribution functions, i.e. the inverse of the quantile function? Perhaps in some library? I''d hate to have to re-invent the wheel. David Edwards, Biostatistics, Novo Nordisk A/S, Bagsværd, Denmark. DEd@novonordisk.com <mailto:DEd@novonordisk.com> Tlf: +45 44 42 62 35. Fax: +45 44 42 14 80 [[alternate HTML version
2003 Jun 30
2
R as COM client (rather than server)
Hello all Can R be used as a COM client (rather than as a COM server)? The following (Splus) code shows the sort of thing I'd like to do: pMIM <- create.ole.object("mim31.Server") NoOutputLines <- call.ole.method(pMIM, "SendCmdLine", "show w") for (i in 1:NoOutputLines) show(call.ole.method(pMIM, "GetOutputLine")) release.ole.object(pMIM)
2003 Feb 07
1
Bug in socketConnection (PR#2535)
Platform: Windows Version: 1.6.2 When first called, socketConnection gives an error. On subsequent calls it performs correctly. Thus the first call has the effect of "priming" the connection. Eg > socketConnection(port=50) Error in socketConnection(port = 50) : unable to open connection In addition: Warning message: localhost:50 cannot be opened > MIM <-
2011 Feb 17
2
amount of data R can handle in a single file
Dear Sir/Madam, I would like to know what is the maximum number of observations a single file must have when using R. I am asking this because am trying to do research on banking transactions and i have around 49million records. Can R handle this? Advise with regard to this. Mark Nasila Quantitative Analyst CBS Risk Management Personal Banking 7th Floor, 2 First Place, Cnr
2004 Nov 03
3
fold right - recursive list (vector) operators
The programming language mosml comes with foldr that 'accumulates' a function f over a list [x1,x2,...,xn] with initial value b as follows foldr f b [x1,x2,...,xn] = f(x1,...,f(xn-1,f(xn,b))...) Observe that "list" should have same elements so in R terminology it would perhaps be appropriate to say that the accumulation takes place over a 'vector'. I wonder if R
2008 Oct 09
1
Samba/Winbind join domain requires password at every reboot?
Hi, I have set up samba to join a windows domain (and everything works great, domain users can authenticate on the linux box, it even creates their home dirs and so on) but it seems to require joining to the domain everytime it reboots with: #net join -w mydomain -S myPDC -U administrator and then it needs the administrator password, and then a restart of the winbind daemon.. So the question
2016 Oct 06
2
Ordenar matriz de datos
Hola. Tengo la matriz adjunta, en un formato incómodo (dos columnas).- Quisiera ordenarla, tal que resulten 9 variables (columnas) con los siguientes valores, que actualmente están en la V1, repetidos 21 veces: Leading Companies Sales (M AR$) Market % Total Growth Mature Portf New Products Extensions Leading Lógicamente, en los filas quisiera los valores que actualmente están en la V2.- ?No logro
2015 Aug 25
2
How to send Image over asterisk sip
Hmm, most phones I've used wouldn't have the capability of displaying a bitmap image due to only having minimal monochrome displays. What sort of end device do you perceive to display these images? Can you give links to any devices with support for such things? I'm assuming you mean only a still-photo image, not video image. Perhaps you could use a video channel for this and simply
2011 Feb 09
1
rimage package fftw breaks when freeing memory on openSUSE 11.3
Upon fresh installation of R-patched and rimage on openSUSE 11.3 box, simple fftw on renown lena image cause memory free failure. Quick: Go to the end of this mail and read the error message from R Thoruogh: Find detailed step-by-step how sopprt library fftw2 was installed and how rimage was installed. Regards Mads Jeppe VERSIONS ======== openSUSE -------- # cat /etc/SuSE-release
2001 Apr 30
1
Swat in samba.
Hej. I am using Red Hat 7.1 and samba 2.2.0 TNG. I have installed RPM for red hat 7.0 but i don't think this is a problem.
2007 Feb 15
4
Anyone running Xen on HP DL380 G5? Intel 5150 and 5160 CPU''s?
I''ve got a client demanding the use of HP DL380 G5''s, for various historical reasons, for a server room. I''m going nuts trying to figure out if the available CPU''s for them support VT, so I can avoid building them a separate Windows box. Unfortunately, the local web proxy is overloaded, so actually browsing the JavaScript/image loaded web pages for HP is
2008 Mar 26
4
SYSLINUX 3.70-pre7: a very special prerelease
I have produced a first cut of integrating gPXE with PXELINUX. This builds, in addition to the usual pxelinux.0, an image called gpxelinux.0 which includes the gPXE network stack. The result is that one can now download images via (almost) any network protocol supported by gPXE, including http. This lets one do fun things like using a CGI or PHP script for the configuration file. SAN
2005 May 20
1
CCISS driver on HP DL380 G3 ?
Hi. I am trying to boot Xen 2.0.5 on an HP DL380 G3. It won''t. The box has an "HP Smart Array 5i" that when running normal Linux is handled by the CCISS driver. I suspect that this is what is not supported in the stock Xen kernel. Am I correct that I need to build a kernel from source ? According to http://lists.xensource.com/archives/html/xen-devel/2004-11/msg00709.html there
2005 Sep 02
0
RE: Fixed MAC address causes spurios network connectivity loss - SOLVED.
> > Are you sure some other machine on your network isn''t also > > using that MAC? > > I am quite confident since I had no problems running the VM > as a VMware guest with that same MAC. I''ll however admit that > it sounds too probable for comfort, so I''ll try booting the > VMware thing up again just to double-check that it does not >
2003 Dec 01
0
No subject
O'Reilly ang "Teach yourself samba in 24 hours" I have tried to get swat up running and configure samba therefrom. I have added /etc/services swat tcp 901 and because I cannot find = inetd.conf I have instead added in xinetd.conf (apparently red hat 7.1 don't have inetd.conf anymore = but xinetd.conf) =20 I have made the appriopriete changes there too /etc/xinetd.conf added =
2006 Jan 19
1
Minimizing mahalanobis distance to negative orthant
Hi I have the following problem: given x (px1) and S (pXp positive definite), find y such that y_i<=0 (i=1..p) minimizing the mahalanobis distance (x-y)'S^{-1}(x-y). Has anyone worked on this problem? Tips or R code would be appreciated. David ____________________ David Edwards Principal scientist Biostatistics Novo Nordisk A/S Novo Allé 2880 Bagsvaerd Denmark +45 4444 8888 (phone)
2015 Nov 18
4
Bug#805508: xen: Unable to create HVM domUs
Source: xen Version: 4.6.0-1 Severity: important Dear Maintainer, I attempted to create a HVM domU - using a config that previously worked on xen 4.4 (on Jessie). When I execute "xl create <vm config>", I get: Parsing config from router.internal.tomjepp.uk xc: error: Could not open kernel image '/usr/lib/xen/boot/hvmloader' (2 = No such file or directory): Internal
2010 Oct 08
1
VT-d with P6T Deluxe
Hi, I have an ASUS P6T Deluxe and I''m trying to use VT-d with Xen. I have also tried it with ESXi and Parallels Workstation Extreme - none of them work correctly. >From reading the xen-user and xen-devel list archives, I see that this motherboard has problems with malformed DMAR tables. Is there anything I can do to fix/workaround this or am I completely stuck? I did notice