Laura:
In the code for plotConcTimeSmooth() there is a part that looks like this:
title <- if (printTitle) {
paste(localINFO$shortName, localINFO$paramShortName,
"\nEstimated", qUnit@prefix, "Versus Year\nCentered on",
monthInfo@monthFull[monthCenter], dayCenter, "of each year, at",
numQ, "specific", tolower(qUnit@prefix))
What it should say on the third line is:
"\nEstimated Concentration Versus Year\nCentered on",
Thanks.
Bob