zoom {adegraphics} | R Documentation |
Zoom in or out
Description
This function performs a zoom on a ADEg.S1
or ADEg.S2
displayed object.
Usage
zoom(object, zoom, center)
Arguments
object |
a |
zoom |
a numeric value to zoom in (if |
center |
a numeric value (if |
Value
Updated display after zoom.
Author(s)
Alice Julien-Laferriere, Aurelie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Stephane Dray
See Also
Examples
data(olympic, package = "ade4")
dudi1 <- ade4::dudi.pca(olympic$tab, scan = FALSE)
g <- s.corcircle(dudi1$co, lab = names(olympic$tab), fullcircle = TRUE, psub.text = "data:olympic")
zoom(g, 0.5)
zoom(g, 2, center = c(-0.4, 0.8))
[Package adegraphics version 1.0-21 Index]