Displaying 2 results from an estimated 2 matches for "control_table".
2008 Jul 02
1
graph woes
...rves.
On all of these I am assuming that there are easy resolutions, but
with me not knowing everything about R it isn't apparent to me what
the problems are.
Here is my code:
png(imageFilename, width = 480, height = 360)
par(cex = 0.75)
plot(type = "s", y = control_Table, x = p_USER_Table, xlab =
"% of compound database searched", 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 = &q...
2008 Jul 02
0
log plots woes
...rves.
On all of these I am assuming that there are easy resolutions, but with me
not knowing everything about R it isn't apparent to me what the problems
are.
Here is my code:
png(imageFilename, width = 480, height = 360)
par(cex = 0.75)
plot(type = "s", y = control_Table, x = p_USER_Table, xlab = "% of
compou-10,nd database searched", 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...