Displaying 3 results from an estimated 3 matches for "multicolour".
Did you mean:
multicolor
2011 Mar 17
4
Help with plotting a line that is multicoloured based on levels of a factor
Hi All,
I'm trying to plot data that is a time series of flows that are associated
with a specific level, and I would like each level to represent a colour
in a line plot. Here is some data that approximates what I'm using:
date=c(1:300)
flow=sin(2*pi/53*c(1:300))
levels=c(rep(c("high","med","low"),100))
data=cbind.data.frame(date, flow, levels)
2011 Aug 25
1
question on silhouette colours
...appear to be incorrect colours in the silhouette plot.
library(cluster)
data(ruspini)
ar<- agnes(ruspini)
si3<- silhouette(cutree(ar, k = 5), daisy(ruspini))
# 1. This gives a mid-gray silhouette plot, which does not show the problem
plot(si3, nmax = 80, cex.names = 0.5)
# 2. This gives a multicolour silhouette plot, but there are three black lines/bars in the yellow cluster, and the cluster that should be black is actually yellow?
plot(si3, nmax = 80, cex.names = 0.5, col=c("red","blue","yellow","black","green"))
# 3. Check sorting by writing o...
2006 May 04
0
SPA941 et al LED indications
Hi all.
The SPA941 and friends have pretty multicoloured LEDs, but there doesn't
appear to be any support for SUBSCRIBE/NOTIFY as * as implemented for
extension hinting.
Has anyone managed to get the phone to support this?
Thanks!
--
David Zanetti <david.zanetti@catalyst.net.nz>
Team Leader, Systems Administration
Catalyst IT Limited
+64-...