plot_violin: Violin distribution plot

Description Usage Arguments Value Examples

View source: R/plot_functions.R

Description

Violin plot to visualise sample sequence number distribution.

Usage

1
plot_violin(physeq, x, title = NULL)

Arguments

physeq

phyloseq-class

x

A character describing the variable from the sample_data object to plot against.

title

A title to the mean-variance plot

Value

A ggplot object.

Examples

1
2
3
4
require(phyloseq)
data("soilrep")
head( sample_data(soilrep) )
plot_violin(physeq = soilrep, x = "warmed")

cpauvert/psadd documentation built on Nov. 22, 2020, 9:19 a.m.