For RTF destination, when I do proc_print() on a plot, the right edge is cut off.
res <- proc_reg(cls,
model = "Weight = Height",
output = report,
plots = regplot(type = "residualbypredicted"))
proc_print(res, "c:/temp/test2.rtf", output_type = "RTF")