resetPlotPreferences
Reset plot preferences to go back to default preferences
Reset plot preferences to go back to default preferences
Usage
resetPlotPreferences()
See also
Examples
if (FALSE) {
getPlotPreferences()$obs[c("color", "legend")]
update = list(obs = list(color = "green", legend = "Observation"))
setPlotPreferences(update = update)
getPlotPreferences()$obs[c("color", "legend")]
resetPlotPreferences()
getPlotPreferences()$obs[c("color", "legend")]
}