Displaying 5 results from an estimated 5 matches for "eeee00".
2008 Jul 02
1
graph woes
...uot;)
points(type = "s", y = control_Table, x = p_AUTODOCK_Table,
col = "#00eeee")
points(type = "s", y = control_Table, x = p_DOCK_Table, col = "#c04000")
points(type = "s", y = control_Table, x = p_DFIRE_Table, col =
"#eeee00")
lines(type = "l", x = control_Table, y = perfect_Table, col = "#2020c0")
lines(type = "l", x = control_Table, y = control_Table, col = "#ffc020")
legend("topleft", ["USER", "PMF", "GOLD",...
2008 Jul 02
0
log plots woes
...uot;)
points(type = "s", y = control_Table, x = p_AUTODOCK_Table, col =
"#00eeee")
points(type = "s", y = control_Table, x = p_DOCK_Table, col =
"#c04000")
points(type = "s", y = control_Table, x = p_DFIRE_Table, col =
"#eeee00")
lines(type = "l", x = control_Table, y = perfect_Table, col =
"#2020c0")
lines(type = "l", x = control_Table, y = control_Table, col =
"#ffc020")
legend("topleft", ["USER", "PMF", "GOLD",...
2009 May 14
0
can I plot a matrix of colors?
...ol[cellcol >= 5 & cellcol < 20] <- "#87CEFF"
#Blue
cellcol[cellcol >= 20 & cellcol < 35] <- "#0000FF"
#Green3
cellcol[cellcol >= 35 & cellcol < 50] <- "#00CD00"
#Yellow2
cellcol[cellcol >= 50 & cellcol < 60] <- "#EEEE00"
#Orange2
cellcol[cellcol >= 60 & cellcol < 75] <- "#EE9A00"
#Red
cellcol[cellcol >= 75 & cellcol < 90] <- "#EE0000"
#Firebrick
cellcol[cellcol >= 90] <- "#B22222"
My question is, can I plot this matrix using image() or do the...
2009 Dec 03
0
Problem with predict() and factors
...FFFFFF"
mypalette$forecastRegion="#66CCFF"
mypalette$confidence="#FF9966"
mypalette$limits="#FF0000"
mypalette$major="#000000"
mypalette$minor="#cccccc"
mypalette$actual="#aaaaaa"
mypalette$dp1="#9900FF"
mypalette$dp2="#EEEE00"
mypalette$dp3="#CCFF00"
mypalette$dp4="#00CCFF"
mypalette$dp5="#FF00CC"
#Raw Data
channel1 <- odbcConnectExcel(SOURCEDATA)
sqlTables(channel1)
sh1 <- sqlFetch(channel1, "Actuals$")
close(channel1)
channel2 <- odbcConnectExcel(REGRESSORS)
sqlTa...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...at2", "#EED8AE",
"wheat3", "#CDBA96",
"wheat4", "#8B7E66",
"whitesmoke", "#F5F5F5",
"yellow", "#FFFF00",
"yellow1", "#FFFF00",
"yellow2", "#EEEE00",
"yellow3", "#CDCD00",
"yellow4", "#8B8B00",
"yellowgreen", "#9ACD32"
)
, ncol=2, byrow=T)
and a quick retrieval function
name2col <- function(name){
i <- match(name, .ColorDataBase[, 1])
.ColorDataBase[...