zoom | R Documentation |
This function performs a zoom on a ADEg.S1
or ADEg.S2
displayed object.
zoom(object, zoom, center)
object |
a |
zoom |
a numeric value to zoom in (if |
center |
a numeric value (if |
Updated display after zoom.
Alice Julien-Laferriere, Aurelie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Stephane Dray
ADEg.S2
ADEg.S1
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.