Displaying 1 result from an estimated 1 matches for "graphicshistorysubstitute".
2010 Jun 15
1
Fwd: Re: "Graphics history" in UNIX
...eys for this purpose.
I uselessly spent time messing with a  "<home>.initrc " file.
The only solution I found is to write the functions names, via Bash 
menu   Settings>ModifyProfile>Input,
in the "Output" column of a new Console:
F10+AnyModifier  : source("/.../GraphicsHistorySubstitute.R")'   ##  
initialise
F10-AnyModifier    :  rp$record()\n            ## record current plot'
F11-AnyModifier    : rp$showPrevious()\n ## show previous recorded plot'
F11+AnyModifier  : rp$showNext()\n        ## show next recorded plot'
F12-AnyModifier   : rp$restore()\n...