A series of ggplots to compare between conditions. Called from `compareDatasets()` this function generates plots using summary data of datasets, per condition.
makeComparison(
df,
msddf,
units = c("um", "s"),
msdplot = "linlin",
titleStr = "Comparison",
subStr = NULL
)
data frame called megareport
data frame of msd averages per dataset
character vector of space and time units for axes
keyword used to specify msdplot axes, either "loglog", "linlin" (default), "loglin" or "linlog"
string used as the title for the report
string used as the subtitle for the report
patchwork ggplot