Do sites in R have pens? For example, if I used something like this:
plot(plotData[,1], plotData[,2], type='l', col='red', lty=2, xlab='x',
ylab='y', main='sample plot')
can I change anything on this graph later, like a color, or an x-axis label, or an x-axis range, etc.? Or do I have a story over and over?
Thanks!
source
share