getOption
- Get a global RevBayes option
key : | String (pass by value) |
The key-identifier for the option. |
# compute the absolute value of a real number
getOption("linewidth")
# let us set the linewidth to a new value
setOption("linewidth", 200)
# now let's check what the value is
getOption("linewidth")