On 07/30/2010 04:15 AM, Erin Hodgess wrote:
Dear R People:
I have the following function:
eplot
function (x)
{
plot(x)
z<- locator(2)
dev.new()
plot(window(x, start = min(z$x), end = max(z$x)))
}
I want to generate a new plot from a subset of the original, but I
want t
It is possible that the plot function starts to plot before the new device is
fully in place, you could try sleeping for a second or 2 between the call to
dev.new and the call to plot.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8
2 matches
Mail list logo