dev.print help page (PR#191)

maechler@stat.math.ethz.ch maechler@stat.math.ethz.ch
Wed, 12 May 1999 13:20:12 +0200 (MET DST)


>>>>> "Bill" == Bill Simpson <wsi@gcal.ac.uk> writes:

    Bill> Full_Name: Bill Simpson Version: 0.64.1 OS: linux Submission
    Bill> from: (NULL) (193.62.250.209)


    Bill> Two problems with dev.print help.

    Bill> 1. Under Examples: dev.print(width=6, height=6, horizontal=F) ^
    Bill> FALSE

fixed, thank you.

    Bill> 2. dev.print help does not describe any of its parameters
    Bill> (e.g. height or width).  Not described on the other dev.xxx pages
    Bill> either

But the help page says that "..." are parameters of the "device" function,
if the "device" functions is postscript (as it is here),
you must look at  ?postscript  to see what parameters you can use.
Even though, all would have been clear already, 
I've added to the help  which now reads

    Copy Graphics Between Multiple Devices

	 dev.copy(device, ..., which=dev.next())
	 dev.print(device=postscript, ...)
	 dev.control(displaylist)

    Arguments:

      device: A device function (e.g., `x11', `postscript', ...)

	 ...: Arguments to the `device' function above.  For
	      `dev.print', this includes `which' and by default
	      any `postscript' arguments.

   ................
	      
Thanks for the report.
Martin

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._