setOption
- Set a global RevBayes option
key : | String (pass by value) |
The key-identifier for which to set a new value. | |
value : | String (pass by value) |
The new value. |
# 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")