Dear List,
If I use the following code to generate a pdf,
pdf(filename)
image(x, y, !is.na(z), col=c("green","black"))
dev.off()
Can someone extract the 0-1 data (that is, is.na(z)) from the Adobe source?
Thank you.
Xiaochun
[[alternative HTML version deleted]]
_
On Mon, 8 Sep 2008, Li, Xiaochun wrote:
Dear List,
If I use the following code to generate a pdf,
pdf(filename)
image(x, y, !is.na(z), col=c("green","black"))
dev.off()
Can someone extract the 0-1 data (that is, is.na(z)) from the Adobe source?
Yes (from the PDF file, which is not due to Ad
Dear List,
If I use the following code to generate a pdf,
pdf(filename)
image(x, y, !is.na(z), col=c("green","black"))
dev.off()
Can someone extract the 0-1 data (that is, is.na(z)) from the Adobe source?
Thank you.
Xiaochun
[[alternative HTML version deleted]]
_
3 matches
Mail list logo