מה תהיה התוצאה של הפקודות הבאות:
plot(df$x, type = "o", col = "blue", ylim = c(0,8))
lines(df$y, type = "o", pch = 22, col = "red")
מה תהיה התוצאה של הפקודות הבאות:
plot(df$x, type = "o", col = "blue", ylim = c(0,8))
lines(df$y, type = "o", pch = 22, col = "red")
* השאלה נוספה בתאריך: 31-07-2023