Revision 04bbc417cf2927b827660bc07743429783569aec authored by HwB on 10 February 2013, 00:00:00 UTC, committed by Gabor Csardi on 10 February 2013, 00:00:00 UTC
1 parent 0e3ae6b
Raw File
pracma.R
##
##  p r a c m a . R  'pracma' Demos
##

require("pracma")

# Remember graphics settings
opar <- par(ask = dev.interactive(orNone = TRUE))

if (interactive())
    readline("Press ENTER to continue: ")
cat("Some demos will follow shortly. BYE.\n")

# Reset graphics parameters
par(opar)
back to top