gammFit: fitted gam model as produced by gamm4::gamm()
smooth.cov: (character) name of smooth term to be plotted
groupCovs: (character) name of group variable to plot by, if NULL (default) then there are no groups in plot
orderedAsFactor: Disabled
rawOrFitted: If FALSE (default) then only smooth terms are plotted; if rawOrFitted = "raw" then raw values are plotted against smooth; if rawOrFitted = "fitted" then fitted values are plotted against smooth
plotCI: if TRUE (default) upper and lower confidence intervals are added at 2 standard errors above and below the mean
grouping: (character) Name of variable that you want to use as the group argument in ggplot2::aes(), useful for better visualization of longitudinal data, (default is NULL)
Returns
Returns a ggplot object that can be visualized using the print() function