plot_serology: Serological data plot

Description Usage Arguments Value

View source: R/plots.R

Description

Plots of provided paired serological data in a nice way, including a histogram for both visits; a boxplot for both visits and a scatterplot of V1 vs. V2.

Usage

1
plot_serology(passed_dat, strain, saveImage = FALSE)

Arguments

passed_dat

Data should be a 4 column data frame: First column time of first sample; second column is values from first sample; third column is time of second sample; fourth column is values from second sample

strain

string of strain name for plot (will be used as plot title)

Value

Returns the total ggplot object as a gridExtra object


jameshay218/serosim2 documentation built on May 18, 2019, 11:21 a.m.