plot_ | R Documentation |
Functions to generate plots.
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 |
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. |
R object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.