1. Scales:

scale_shape_manual(values = c(15, 16, 17, 18, 19)): Sets manual shapes for points.

scale_linetype_manual(values = c(“solid”, “dashed”, “dotted”, “dotdash”, “longdash”)): Sets manual linetypes for lines.

  1. Faceting:
  1. Legends:
  1. Coordinate Systems:

• coord_flip(): Flips the x and y axes.