Prof Brian Ripley wrote:
If instead, I use dev.copy2eps() after getting output to the screen,
the point labels do not appear in the resulting .eps graph. Why? Is
there a workaround?
I don't think that is true:
plot(1:10)
identify(1:10)
## Click near points 6 and 7
dev.copy2eps("test.eps")
a
From the help page:
"Details
identify is a generic function, and only the default method is
described here.
identify is only supported on screen devices such as X11, windows and
quartz. On other devices the call will do nothing."
Why not collect the specifics of the identified points and t
In the following, I'm fitting a logistic regression model, and using
car:::influencePlot. When I run the latter with
output to the screen, it calls identify() that lets me label
observations with large CookD.
However, if I use postscript() to get .eps output, identify() seems not
to be called
3 matches
Mail list logo