Dynamic 3D plot of isomap ordination.
Function displays a dynamic 3D plot from isomap
ordination.
rgl.isomap(x, web = "white", ...)
Function returns nothing.
Jari Oksanen.
if (interactive() && require(rgl, quietly = TRUE)) { data(BCI) dis <- vegdist(BCI) ## colour points and links by the dominant species dom <- factor(make.cepnames(names(BCI))[apply(BCI, 1, which.max)]) ord <- isomap(dis, k=3) rgl.isomap(ord, col = as.numeric(dom), web = as.numeric(dom), lwd=2) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.