Anita and Greg,
Thank you for the useful information.
--
View this message in context:
http://n4.nabble.com/Re-execute-previous-command-tp1474629p1475397.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mailing lis
You can use the history function to see a list of previous commands (but it
does not automatically run them).
Do
> history(pat='plot')
To get a list of all the commands that you ran that included the string 'plot'
somewhere in it. You can then copy and paste to rerun (under the windows GUI
(
On Feb 10, 5:21 am, mnstn wrote:
> Hello All,
> In bash, to re-execute a command, say, 'gnuplot plot.gnu', one can type
> !gnu. Is there a similar feature in the R console? For example:
> plot(g1$mean,g2$mean)
> .
> .
> .
> Lines, many lines of commands
> ->Here I want to repeat the previous plo
Thanks David,
I guess I have to settle with the upper-arrow thing I have been doing all
along. My figures do not return any value so ggplot, lattice are out.
--
View this message in context:
http://n4.nabble.com/Re-execute-previous-command-tp1474629p1474813.html
Sent from the R help mailing list
On Feb 9, 2010, at 12:13 PM, David Winsemius wrote:
On Feb 9, 2010, at 11:21 AM, mnstn wrote:
Hello All,
In bash, to re-execute a command, say, 'gnuplot plot.gnu', one can
type
!gnu. Is there a similar feature in the R console? For example:
plot(g1$mean,g2$mean)
In most system typeing
On Feb 9, 2010, at 11:21 AM, mnstn wrote:
Hello All,
In bash, to re-execute a command, say, 'gnuplot plot.gnu', one can
type
!gnu. Is there a similar feature in the R console? For example:
plot(g1$mean,g2$mean)
In most system typeing will prompt the console to echo the
last command (a
6 matches
Mail list logo