Right option is (c) Plots are created and annotated with separate functions
For explanation I would say: Functions like ‘plot’ or ‘hist’ typically create the plot on the graphics device and functions like ‘lines’, ‘text’, or ‘points’ will annotate or add data
to the plot.