Learn R Programming

MitoHEAR (version 0.1.0)

plot_distribution: plot_distribution

Description

plot_distribution

Usage

plot_distribution(quantity_counts_cell, name_x, name_title)

Arguments

quantity_counts_cell

Vector returned by get_distribution

name_x

Character name specifying the xlab argument in ggplot2.

name_title

Character name specifying the ggtitle argument in ggplot2.

Value

ggplot2 density plot of the vector quantity_counts_cell.