This function plots the sampling schedule.

plotSamplingSchedule(ps, time_var, subjectID_var, main_factor,
  theme_manual = set.theme)

Arguments

ps

(Required). A phyloseq-class.

time_var

Character string. The name of the variable to map time in the plot (integer vector).

subjectID_var

Character string. The name of the variable to map Subject Ids in the plot (factor vector).

main_factor

Character string. The name of the variable to map main factor in the plot (factor vector).

theme_manual

Character string. Specifying the object of theme_update.

Value

ggplot2-class that displays the sampling schedule.