Skip to content
Prev 319326 / 398506 Next

funtion equivalent of jitter to move figures on device

Thanks very much Peter,
That may be a good start. Though I am aiming for automation and would
prefer to avoid the locator function.
I'll take a look...
Michael 

-----Original Message-----
From: Peter Ehlers [mailto:ehlers at ucalgary.ca] 
Sent: March 12, 2013 12:27 PM
To: Folkes, Michael
Cc: r-help at r-project.org
Subject: Re: [R] funtion equivalent of jitter to move figures on device


I would investigate the subplot() function in Greg Snow's TeachingDemos
package, possibly in conjunction with his
updateusr() function.

For interactive placement of figures, it should be possible to use
locator() to place each plot.

Peter Ehlers