fixVis: Make publication-ready plots

Description Usage Arguments Value Examples

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

1
fixVis(.plot = NA)

Arguments

.plot

A ggplot2 plot.

Value

No return value since it is an application.

Examples

1
2
3
4
5
6
7
8
## Not run: 
# Compute gene usage, visualise it and tweak via fixVis
data(immdata) # load test data
gu = geneUsage(immdata$data)
p = vis(gu)
fixVis(p)

## End(Not run)

charlotterich/immunarch_code documentation built on Jan. 24, 2020, 12:08 a.m.