# NOT RUN {
library(umx)
umx_set_auto_plot() # print current state
old = umx_set_auto_plot(silent = TRUE) # store existing value
umx_set_auto_plot("name") # set to "name"
umx_set_auto_plot(old) # reinstate
# }
Run the code above in your browser using DataLab