Closed jack-davison closed 1 year ago
Fix an issue with polarDiff wherein the resulting plot was not returned with the openair object.
Previously one couldn't do the below code, because diffobj didn't contain plot.
diffobj
plot
diffobj <- openair::polarDiff(before, after) diffobj$plot
Fix an issue with polarDiff wherein the resulting plot was not returned with the openair object.
Previously one couldn't do the below code, because
diffobj
didn't containplot
.