plot_: Plot functions

plot_R Documentation

Plot functions

Description

Functions to generate plots.

Arguments

x_var

Variable to plot on the x-axis.

y_var

Variable to plot on the y-axis.

fill_var

Variable to fill by.

facet_var

Variable to facet by.

show_plot

Print the plot to the console.

save_path

Save the plot to a file. Set to NULL to not save the plot.

y_lab

y-axis label.

x_lab

x-axis label.

title

Title of the plot.

subtitle

Subtitle of the plot.

ncol

Number of facet columns.

nrow

Number of facet rows for the plot.

height

Height of the saved plot.

width

Width of the saved plot.

heights

Passed to wrap_plots.

subtitle_size

Size of the plot subtitle.

phenotype_to_genes

Phenotype to gene mapping from load_phenotype_to_genes.

Value

R object.


neurogenomics/MultiEWCE documentation built on April 22, 2024, 6:22 a.m.