gpagen(A, Proj = TRUE, ProcD = TRUE, PrinAxes = TRUE, ShowPlot = TRUE,
curves = NULL, surfaces = NULL, ...)
plotAllSpecimens
)plotAllSpecimens
#Example 1: fixed points only
data(plethodon)
gpagen(plethodon$land,PrinAxes=FALSE)
gpagen(plethodon$land,pointscale=2)
#Example 2: points and semilandmarks on curves
data(hummingbirds)
#Using Procrustes Distance for sliding
gpagen(hummingbirds$land,curves=hummingbirds$curvepts)
#Using bending energy for sliding
gpagen(hummingbirds$land,curves=hummingbirds$curvepts,ProcD=FALSE)
#Example 3: points, curves and surfaces
data(scallops)
#Using Procrustes Distance for sliding
gpagen(A=scallops$coorddata, curves=scallops$curvslide, surfaces=scallops$surfslide)
Run the code above in your browser using DataLab