Displaying 2 results from an estimated 2 matches for "00c000".
Did you mean:
000000
2008 Jul 02
1
graph woes
...ed", ylab = "% of known ligands found",
main = title , col = "#ff0000", pch = "20", xlim = (0.1, 100), ylim =
(0, 100), log = "x")
axTicks(side = 1, log = True)
points(type = "s", y = control_Table, x = p_PMF_Table, col = "#00c000")
points(type = "s", y = control_Table, x = p_GOLD_Table, col = "#0080ff")
points(type = "s", y = control_Table, x = p_CHEMSCORE_Table,
col = "#c000ff")
points(type = "s", y = control_Table, x = p_AUTODOCK_Table,
col = &...
2008 Jul 02
0
log plots woes
...ed", ylab = "% of known ligands found", main =
title , col = "#ff0000", pch = "20", xlim = (0.1, 100), ylim = (0, 100), log
= "x")
axTicks(side = 1, log = True)
points(type = "s", y = control_Table, x = p_PMF_Table, col =
"#00c000")
points(type = "s", y = control_Table, x = p_GOLD_Table, col =
"#0080ff")
points(type = "s", y = control_Table, x = p_CHEMSCORE_Table, col =
"#c000ff")
points(type = "s", y = control_Table, x = p_AUTODOCK_Table, col =
&...