* and panel.grid.minor=element_blank()pull/4/head
| text = element_text( | text = element_text( | ||||
| family = base_family, | family = base_family, | ||||
| size = base_size, | size = base_size, | ||||
| color = ifelse(hasArg(text.color), text.color, pomological_base$dark_blue) | |||||
| colour = ifelse(hasArg(text.color), text.color, pomological_base$dark_blue) | |||||
| ), | ), | ||||
| plot.background = element_rect( | plot.background = element_rect( | ||||
| fill = ifelse(hasArg(plot.background.color), plot.background.color, pomological_base$paper), | fill = ifelse(hasArg(plot.background.color), plot.background.color, pomological_base$paper), | ||||
| color = NA | |||||
| colour = NA | |||||
| ), | ), | ||||
| panel.grid = element_line( | panel.grid = element_line( | ||||
| color = ifelse(hasArg(panel.grid.color), panel.grid.color, pomological_base$light_line), | |||||
| colour = ifelse(hasArg(panel.grid.color), panel.grid.color, pomological_base$light_line), | |||||
| linetype = panel.grid.linetype), | linetype = panel.grid.linetype), | ||||
| panel.grid.major = element_line( | |||||
| colour = ifelse(hasArg(panel.grid.color), panel.grid.color, pomological_base$light_line), | |||||
| linetype = panel.grid.linetype), | |||||
| panel.grid.minor = element_blank(), | |||||
| axis.text = element_text( | axis.text = element_text( | ||||
| color = ifelse(hasArg(axis.text.color), axis.text.color, pomological_base$medium_line), | |||||
| colour = ifelse(hasArg(axis.text.color), axis.text.color, pomological_base$medium_line), | |||||
| size = axis.text.size) | size = axis.text.size) | ||||
| ) | ) | ||||
| } | } |
| text = element_text( | text = element_text( | ||||
| family = base_family, | family = base_family, | ||||
| size = base_size, | size = base_size, | ||||
| color = ifelse(hasArg(text.color), text.color, pomological_base$dark_blue) | |||||
| colour = ifelse(hasArg(text.color), text.color, pomological_base$dark_blue) | |||||
| ), | ), | ||||
| plot.background = element_rect( | plot.background = element_rect( | ||||
| fill = ifelse(hasArg(plot.background.color), plot.background.color, pomological_base$paper), | fill = ifelse(hasArg(plot.background.color), plot.background.color, pomological_base$paper), | ||||
| color = NA | |||||
| colour = NA | |||||
| ), | ), | ||||
| panel.grid = element_line( | panel.grid = element_line( | ||||
| color = ifelse(hasArg(panel.grid.color), panel.grid.color, pomological_base$light_line), | |||||
| colour = ifelse(hasArg(panel.grid.color), panel.grid.color, pomological_base$light_line), | |||||
| linetype = panel.grid.linetype), | linetype = panel.grid.linetype), | ||||
| panel.grid.major = element_line( | |||||
| colour = ifelse(hasArg(panel.grid.color), panel.grid.color, pomological_base$light_line), | |||||
| linetype = panel.grid.linetype), | |||||
| panel.grid.minor = element_blank(), | |||||
| axis.text = element_text( | axis.text = element_text( | ||||
| color = ifelse(hasArg(axis.text.color), axis.text.color, pomological_base$medium_line), | |||||
| colour = ifelse(hasArg(axis.text.color), axis.text.color, pomological_base$medium_line), | |||||
| size = axis.text.size) | size = axis.text.size) | ||||
| ) | ) | ||||
| } | } |