plot_timecourse: Render bar plots for an individual host's series

Description Usage Arguments Examples

View source: R/visualization.R

Description

Render bar plots for an individual host's series

Usage

1
2
3
4
5
6
7
8
plot_timecourse(
  data,
  host = NULL,
  gapped = FALSE,
  legend = TRUE,
  selected_samples = NULL,
  show_plot = FALSE
)

Arguments

data

a phyloseq object

host

host short name (e.g. ACA)

gapped

render true sample spacing (approximately)

legend

render legend

selected_samples

list of sample IDs to highlight (if visualizing a selection of a host's samples)

show_plot

show() plot in addition to rendering it to a file

Examples

1
plot_timecourse(data, host="ACA", gapped=FALSE, legend=TRUE, selected_samples=NULL)

kimberlyroche/ROL documentation built on Dec. 10, 2020, 2:18 a.m.