Plotsymbols can be defined as an integer vector of length equal to the number of objects, e.g., psymb = c(15, 22, 18).
They specify the graphical option pch as used in the points function.
The default (psymb = NULL) uses the symbols 15 through 18 and 21 through 25.
The number of symbols is determined from the number of rows in worthmat.
A display of some plotsymbols may be obtained from the corresponding example below.
If pcol = NULL, the colours for objects are defined from the rainbow_hcl palette using the colorspace package.
Other specifications include "heat", "terrain" (see rainbow_hcl), and "gray" (see grDevices).
The number of different colours is automatically determined via the number of objects.
Alternatively, pcol can be specified as a character vector containing user defined RGB colour values for all objects (as hexadecimal strings in the form "#rrggbb"), e.g., for blue "#0000FF").
These are usually set up using standard colour palettes (see rainbow or, e.g., the RColorBrewer package (see Examples below).
The old plot function, plotworth(), is defunct (see prefmod-defunct) and will generate errors.
If you are still using it, please update your code!