addpoint | R Documentation |
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
ADEg
ADEgS
panel.points
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.