i am a starter in R, probably this is a very foolish question but please help.
x =c(rnorm(100))
y = c(rnorm(100)) ## for the graph
plot(x,col = "blue")
par(new=True) ## to superimpose the new graph on the previous
plot(y,col = "red")
why does this give an error as
Ошибка в параметре (new = True): объект 'True' не найден