fixVis {immunarch} | R Documentation |
Manipulate ggplot plots and create publication-ready plots
Description
The fixVis
is a built-in software tool for the manipulation
of plots, such as adjusting title text font and size, axes, and more. It is a powerful
tool designed to produce publication-ready plots with minimal amount of coding.
Usage
fixVis(.plot = NA)
Arguments
.plot |
A ggplot2 plot. |
Value
No return value because it is an application.
Examples
if (interactive()) {
# Compute gene usage, visualise it and tweak via fixVis
data(immdata) # load test data
gu <- geneUsage(immdata$data)
p <- vis(gu)
fixVis(p)
}
[Package immunarch version 0.9.1 Index]