Uwe Ligges <[EMAIL PROTECTED]> writes: > U.Ramakrishna wrote: > > > Hello, > > I want to select some points in a plot using 'identify' function > > and also want the identified points to be saved in a > > postscript file? Any help in how to do it? > > A better question might have been, how do i pipe the screen output > > to a postscript file? > > Thanks and Regards > > Ramakrishna > > > See ?dev.copy
Specifically dev.copy2eps(). In some applications you want to make sure that the dimensions of the two devices match (or at least that height/pointsize and width/pointsize are the same). -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
