Dear all
I am looking into shape trajectories of the femur from three different families from the terrestrial to arboreal state.
so
fit<-procD.lm(shape~gp*hab,data=fdf,iter=9999)
TA<-trajectory.analysis(fit,groups=gp,traj.pts = hab)
I was wondering if there was any way to use plotRefToTarget from the resulting trajectories, plotting for each group the shape at the tip of the trajectory in one state (red) and then the other (green). This would mean I cannot use shape.predictor into the resulting pca from the trajectory analysis object because then I would get the shape deformations from either PC1 or PC2 rather than a position within the bi-plot. I was looking for a way to do it as in picknplot.shape function (to look at shape deformations at the middle of the plot). Bi-plot attached
Thank you
J