search for: cercl

Displaying 2 results from an estimated 2 matches for "cercl".

Did you mean: cerca
2011 Jan 11
0
modified FAST Script from package SensoMineR for the R community - Reg
...title <- "Partial axes" coord.axes <- res.mfa$partial.axes$coord[, axes, drop = FALSE] plot(0, 0, xlab = lab.x, ylab = lab.y, xlim = c(-1.1, 1.1), ylim = c(-1.1, 1.1), col = "white", asp = 1, cex = cex, main = title) x.cercle <- seq(-1, 1, by = 0.01) y.cercle <- sqrt(1 - x.cercle^2) lines(x.cercle, y = y.cercle) lines(x.cercle, y = -y.cercle) abline(v = 0, lty = 2, cex = cex) abline(h = 0, lty = 2, cex = cex) if (habillage == "group") { if (is....
2005 Mar 30
6
French Curve
Dear R experts, Did someone implemented French Curve yet? Or can anyone point me some papers that I can follow to implement it? thanks in advance for your help. Paul