Co-Authored By:
pch stands for plotting character.
Also asked, what does Cex mean in R?
cex. number indicating the amount by which plotting text and symbols should be scaled relative to the default.
Keeping this in view, what does Lwd mean in R?
line width for the points, defaults to the one for lines, or if that is not set, to par("lwd") . xjust. how the legend is to be justified relative to the legend x location. A value of 0 means left justified, 0.5 means centered and 1 means right justified.
The following arguments can be used to change the color and the size of the points :
- col : color (code or name) to use for the points.
- bg : the background (or fill) color for the open plot symbols. It can be used only when pch = 21:25.
- cex : the size of pch symbols.
- lwd : the line width for the plotting symbols.