Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

addpoint

Adds points on graphics.


Description

Adds a trellis object containing one or several points on one or several graphical objects.

Usage

addpoint(object, xcoord, ycoord, plot = TRUE, ...)

Arguments

object

an object of class ADEg or ADEgS

xcoord

an integer (or a vector) indicating where label is(are) plotted on the x-axis, passed to the panel.points function of the lattice package

ycoord

an integer (or a vector) indicating where label is(are) plotted on the y-axis, passed to the panel.points function of the lattice package

plot

a logical indicating if the graphics is displayed

...

Other arguments. Additional graphical parameters (see the ppoints list in adegpar and trellis.par.get). If object is an ADEgS, the argument which identify which ADEg is/are used for superposition.

Value

An object of class "ADEgS".

Author(s)

Aurelie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Stephane Dray

See Also

Examples

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))

adegraphics

An S4 Lattice-Based Package for the Representation of Multivariate Data

v1.0-15
GPL (>= 2)
Authors
Stéphane Dray <stephane.dray@univ-lyon1.fr> and Aurélie Siberchicot <aurelie.siberchicot@univ-lyon1.fr>, with contributions from Jean Thioulouse. Based on earlier work by Alice Julien-Laferrière.
Initial release
2018-12-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.