I am currently doing my school activities with regards on creating a line graph by quarter and this is my error that is keep on prompting even I debug it many times

for(i in 1:4){current_quarter <- subset (shipment.ts,cycle (shipment.ts)==i)lines(current_quarter,type="b", lwd=1.5, lty=linetype[i], col=color[i], pch=plotchar[i])}

Hi!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.