You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DonorAssignmentStandardAnalysis.R has a function plotCommonDonorsFdrDistribution that is called, but it's missing a print statement so the ggplot is not added to the PDF.
Solution: modify plotCommonDonorsFdrDistribution so the last line is print(p) instead of returning the ggplot2 object.
The text was updated successfully, but these errors were encountered:
DonorAssignmentStandardAnalysis.R has a function plotCommonDonorsFdrDistribution that is called, but it's missing a print statement so the ggplot is not added to the PDF.
Solution: modify plotCommonDonorsFdrDistribution so the last line is print(p) instead of returning the ggplot2 object.
The text was updated successfully, but these errors were encountered: