Hi, there! I'm having kind this same problem
https://stat.ethz.ch/pipermail/r-help/2008-October/178221.html but I want to display another plot of my data, which is a point with two arrows indicating confidence interval, in the same graph that I've just plotted another, but the "add=T" is not functioning, I'm getting the same error Warning messages: 1: In plot.window(...) : "add" não é um parâmetro gráfico 2: In plot.xy(xy, type, ...) : "add" não é um parâmetro gráfico 3: In axis(side = side, at = at, labels = labels, ...) : "add" não é um parâmetro gráfico 4: In axis(side = side, at = at, labels = labels, ...) : "add" não é um parâmetro gráfico 5: In box(...) : "add" não é um parâmetro gráfico 6: In title(...) : "add" não é um parâmetro gráfico In all tutorials I search, I see that the form of doing that is using the add=T... Is there another way? Thanks in advance! -- Larissa [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.