dot-basic_aesthetics: Title

.basic_aestheticsR Documentation

Title

Description

Title

Usage

.basic_aesthetics(
  ggplot_object,
  scale_x_limit_low = NA,
  scale_x_limit_high = NA,
  scale_y_limit_low = NA,
  scale_y_limit_high = NA,
  color_palette = "Set1",
  plot_title = NA,
  color_mode = "color",
  axis_titles_size = 16
)

Arguments

ggplot_object

ggplot2 object to manipulate asesthetics

scale_x_limit_low

lower limit of x continuous scale

scale_x_limit_high

upper limit of x continuous scale

scale_y_limit_low

lower limit of y continuous scale

scale_y_limit_high

upper limit of y continuous scale

color_palette

color palette (one from RColorBrewer of ggsci packages)

plot_title

Title of the plot

color_mode

if using color, fill or both, when specifying color_palette

axis_titles_size

size of axis titles

Value

ggplot object


smaegol/nanotail documentation built on June 29, 2024, 12:35 a.m.