theme_ArchR.Rd
This function returns a ggplot2 theme that is black borded with black font.
theme_ArchR(
color = "black",
textFamily = "sans",
baseSize = 10,
baseLineSize = 0.5,
baseRectSize = 0.5,
plotMarginCm = 1,
legendPosition = "bottom",
legendTextSize = 5,
axisTickCm = 0.1,
xText90 = FALSE,
yText90 = FALSE
)
The color to be used for text, lines, ticks, etc for the plot.
The font default family to be used for the plot.
The base font size (in points) to use in the plot.
The base line width (in points) to be used throughout the plot.
The base line width (in points) to use for rectangular boxes throughout the plot.
The width in centimeters of the whitespace margin around the plot.
The location to put the legend. Valid options are "bottom", "top", "left", and "right.
The base text size (in points) for the legend text.
The length in centimeters to be used for the axis ticks.
A boolean value indicating whether the x-axis text should be rotated 90 degrees counterclockwise.
A boolean value indicating whether the y-axis text should be rotated 90 degrees counterclockwise.