Adds points on graphics.
Adds a trellis
object containing one or several points on one or several graphical objects.
addpoint(object, xcoord, ycoord, plot = TRUE, ...)
object |
an object of class |
xcoord |
an integer (or a vector) indicating where |
ycoord |
an integer (or a vector) indicating where |
plot |
a logical indicating if the graphics is displayed |
... |
Other arguments. Additional graphical parameters (see the |
An object of class "ADEgS"
.
Aurelie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Stephane Dray
data(deug, package = "ade4") deug$cent[1] g1 <- s1d.density(deug$tab[, 1], plot = FALSE) addpoint(g1, xcoord = deug$cent[1], ycoord = 0, ppoints = list(col = "black", pch = "*", cex = 3))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.