Message-ID: <f18e9130-f545-4e37-b5bb-2aa3731ff960@fo10g2000vbb.googlegroups.com>
Date: 2011-01-15T14:42:18Z
From: analyst41 at hotmail.com
Subject: interactive graphics from the O/S Shell prompt
I have a function called plotID(ID) that would generate a plot for
customerID = "ID". I can run it repeatedly from within R without any
problems.
Would it be possible to run this function from the O/S command prompt;
each time you enter an ID , it would open a graphics window with the
plot for that ID and prompt you for a new ID (and perhaps if you type
"quit" the program terminates).
Thanks.