Plot a partR2 object
Forestplot of the partR2 results
forestplot( x, type = c("R2", "BW", "SC", "IR2", "Ests"), line_size = 0.5, text_size = 12, point_size = 3 )
x
: A partR2 object.type
: Plot either "R2" or "SC" or "Ests" for R2s, structure coefficients or model estimates.line_size
: Controls size of all lines in the forestplot. Defaults to 0.5 which usually looks good.text_size
: Base text size, default is 12.point_size
: Point size, default is 3.