From owner-r-help@stat.math.ethz.ch Thu Jun 22 16:31:59 2000 Return-Path: Received: from stat.math.ethz.ch (majordom@hypatia.ethz.ch [129.132.58.23]) by t2.mscf.uky.edu (8.9.3/8.8.7) with ESMTP id QAA09151 for ; Thu, 22 Jun 2000 16:31:59 -0400 Received: by stat.math.ethz.ch (8.9.1/8.9.1) id VAA22217 for r-help-gang-use; Thu, 22 Jun 2000 21:59:52 +0200 (MET DST) Received: (from daemon@localhost) by stat.math.ethz.ch (8.9.1/8.9.1) id VAA22211 for ; Thu, 22 Jun 2000 21:59:48 +0200 (MET DST) Received: from toucan.stats.ox.ac.uk(163.1.20.20) via SMTP by hypatia, id smtpdAAAa005R0; Thu Jun 22 21:59:45 2000 Received: from max97.public.ox.ac.uk (max97.public.ox.ac.uk [192.76.27.97]) by toucan.stats.ox.ac.uk (8.9.0/8.9.0) with ESMTP id UAA02489; Thu, 22 Jun 2000 20:59:39 +0100 (BST) Date: Thu, 22 Jun 2000 20:57:14 +0100 (BST) From: Prof Brian D Ripley To: kienzle marco cc: r-help@stat.math.ethz.ch Subject: Re: [R] saving graphics in a file In-Reply-To: <20000622191308.20305.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-r-help@stat.math.ethz.ch Precedence: bulk Status: OR ZZ On Thu, 22 Jun 2000, kienzle marco wrote: > I tried to save a graphic in a file in the Postscript format but it didn't > work (command: postscript(file="blabla",..). > Does anybody know how to do that. Yes, read the documentation! The function dev.copy2eps copies the current plot to a postscript file in version 1.1.0. postscript starts a PostScript device: it does not save the current plot. -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._