Skip to content

question about image function

5 messages · Michael Sumner, Hodgess, Erin, Clint Bowman

#
When using png in a loop, especially one where the loop index is an 
integer, I usually make use of the "%02d" in the file name, e.g., 
png("pred_%02d_a.png",...)

Clint Bowman			INTERNET:	clint at ecy.wa.gov
Air Quality Modeler		INTERNET:	clint at math.utah.edu
Department of Ecology		VOICE:		(360) 407-6815
PO Box 47600			FAX:		(360) 407-7534
Olympia, WA 98504-7600

         USPS:           PO Box 47600, Olympia, WA 98504-7600
         Parcels:        300 Desmond Drive, Lacey, WA 98503-1274
On Wed, 6 Mar 2013, Michael Sumner wrote:

            
#
That was it...thanks so much!