From `?plt`: > ann: a logical value indicating whether the default annotation (title and x and y axis labels) should appear on the plot. ```R plot(0,0,ann=FALSE) # no axis labels plt(0,0,ann=FALSE) # does have axis labels ```
From
?plt: