# NOT RUN {
wm_opts() # see all options
wm_opts("verbose") # see value of webmorph.verbose
# }
# NOT RUN {
# set value of webmorph.verbose
wm_opts(verbose = FALSE)
# set multiple options
opts <- list(fill = "black",
pt.color = "white",
line.color = "red")
wm_opts(opts)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab